Skip to content

Commit

Permalink
break it
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyqa committed Dec 14, 2022
1 parent f9576d4 commit 1e4e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_some_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def test_all_1s_returns_negative_four(self) -> None:
with patch('some_file.randint', return_value=1):
assert roll_fate(0) == -4
assert roll_fate(0) == -4
assert roll_fate(0) == -4
assert roll_fate(0) == -14

0 comments on commit 1e4e2aa

Please sign in to comment.