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 2ac32e9 commit 022871aCopy full SHA for 022871a
app/test_calculator.py
@@ -8,7 +8,7 @@ def test_flaky():
8
assert random.random() <= 0.8
9
10
def test_fail_1():
11
- assert True is False
+ assert True is True
12
13
def test_fail_2():
14
assert True is False
0 commit comments