Skip to content

Commit 34a245c

Browse files
fix: do the stuff
1 parent f4b2344 commit 34a245c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/test_calculator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def test_flaky():
77

88
def test_add():
99
assert Calculator.add(1, 2) == 3.0
10-
assert Calculator.add(1.0, 2.0) == 3.0
1110
assert Calculator.add(0, 2.0) == 2.0
1211
assert Calculator.add(2.0, 0) == 2.0
1312
assert Calculator.add(-4, 2.0) == -2.0

0 commit comments

Comments
 (0)