There was an error while loading. Please reload this page.
1 parent 9338066 commit a72f4d2Copy full SHA for a72f4d2
app/test_calculator.py
@@ -3,7 +3,7 @@
3
4
5
def test_flaky():
6
- assert random.random() <= 0.8
+ assert random.random() <= 0.5
7
8
def test_add():
9
assert Calculator.add(1, 2) == 3.0
0 commit comments