We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b2344 commit 34a245cCopy full SHA for 34a245c
app/test_calculator.py
@@ -7,7 +7,6 @@ def test_flaky():
7
8
def test_add():
9
assert Calculator.add(1, 2) == 3.0
10
- assert Calculator.add(1.0, 2.0) == 3.0
11
assert Calculator.add(0, 2.0) == 2.0
12
assert Calculator.add(2.0, 0) == 2.0
13
assert Calculator.add(-4, 2.0) == -2.0
0 commit comments