Skip to content

Commit eff2cc6

Browse files
authored
i am making a bad commit to test hotfixing (#2)
1 parent 95469c7 commit eff2cc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test_some_file.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ def test_all_1s_returns_negative_four(self) -> None:
1818
assert roll_fate(0) == -4
1919
assert roll_fate(0) == -4
2020
assert roll_fate(0) == -4
21+
22+
def test_all_break_the_build(self) -> None:
23+
with patch('some_file.randint', return_value=1):
24+
assert roll_fate(0) == -1

0 commit comments

Comments
 (0)