Skip to content

Commit

Permalink
Merge pull request #2 from gauravpatel67/master
Browse files Browse the repository at this point in the history
Update test_multiply.py
  • Loading branch information
gauravpatel67 authored Nov 18, 2024
2 parents 3ba731b + 5891016 commit 85f30b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def test_multiply():
result = lambda_handler(event, None)

assert result["statusCode"] == 200 # Check for success status code
assert result["body"]["result"] == 1 # Check for correct multiplication result
assert result["body"]["result"] == 12 # Check for correct multiplication result

0 comments on commit 85f30b0

Please sign in to comment.