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 9338066 commit 5264045Copy full SHA for 5264045
app/test_calculator.py
@@ -3,7 +3,7 @@
3
4
5
def test_flaky():
6
- assert random.random() <= 0.8
+ assert random.random() <= 0.9
7
8
def test_add():
9
assert Calculator.add(1, 2) == 3.0
0 commit comments