Skip to content

Commit 1e4e2aa

Browse files
committed
break it
1 parent f9576d4 commit 1e4e2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_some_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def test_all_1s_returns_negative_four(self) -> None:
1717
with patch('some_file.randint', return_value=1):
1818
assert roll_fate(0) == -4
1919
assert roll_fate(0) == -4
20-
assert roll_fate(0) == -4
20+
assert roll_fate(0) == -14

0 commit comments

Comments
 (0)