Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5264045

Browse files
fix: flaky
1 parent 9338066 commit 5264045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def test_flaky():
6-
assert random.random() <= 0.8
6+
assert random.random() <= 0.9
77

88
def test_add():
99
assert Calculator.add(1, 2) == 3.0

0 commit comments

Comments
 (0)