Skip to content

Commit

Permalink
Revert "Add a unit test assertion for add function"
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Jan 30, 2024
1 parent 9bbbe09 commit 7f5d465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/test_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


def test_add():
assert Calculator.add(2, 4) == 6.0
assert Calculator.add(1, 2) == 3.0
assert Calculator.add(1.0, 2.0) == 3.0
assert Calculator.add(0, 2.0) == 2.0
Expand Down

0 comments on commit 7f5d465

Please sign in to comment.