Skip to content

Commit

Permalink
test_operation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahMansoor123 committed Sep 5, 2024
1 parent 04863bc commit 8b3966d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def test_sub():
def test_multi():
assert multi(5,2) == 10
assert multi(-1,-6) == 6
assert multi(-4,5) == 20
assert multi(-4,5) == -20


0 comments on commit 8b3966d

Please sign in to comment.