Skip to content

Commit

Permalink
Update test_multiply.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpatel67 authored Nov 19, 2024
1 parent 7b787ee commit a92cb5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_multiply():
}
result = lambda_handler(event, None)

assert result["statusCode"] == 200 and result["body"]["result"] == 12 # Check for correct multiplication result
assert result["statusCode"] == 200 and result["body"]["result"] == 121 # Check for correct multiplication result


def test_multiply_with_missing_second_number():
Expand Down

0 comments on commit a92cb5c

Please sign in to comment.