Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
diogenisAl committed Feb 17, 2024
1 parent 806e35d commit a8c930e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3. Implementation/test_a01.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_01():
def test_02():
a = Calculator(5,10)
""" Check that plus(5,10) = 15 """
assert a.plus() == 15
assert a.plus() == 1

0 comments on commit a8c930e

Please sign in to comment.