Skip to content

Commit 1df30c0

Browse files
Merge pull request codecov#182 from codecov/revert-181-realFeat1
Revert "Add a unit test assertion for add function"
2 parents 9bbbe09 + 7f5d465 commit 1df30c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/test_calculator.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
def test_add():
5-
assert Calculator.add(2, 4) == 6.0
65
assert Calculator.add(1, 2) == 3.0
76
assert Calculator.add(1.0, 2.0) == 3.0
87
assert Calculator.add(0, 2.0) == 2.0

0 commit comments

Comments
 (0)