Skip to content

Commit a72f4d2

Browse files
fix: make it more flaky
1 parent 9338066 commit a72f4d2

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.5
77

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

0 commit comments

Comments
 (0)