Skip to content

Commit 998c696

Browse files
authored
fix test
1 parent ccd5e10 commit 998c696

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Industrial_developed_hangman/tests/test_hangman/test_main.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,3 @@ def test_start_game_loose(input_str: List[str], choice_fn: Callable) -> None:
8585
main_process.start_game()
8686

8787
assert "YOU LOST" in fk_print.container[-1]
88-
89-
90-
def test_wow_year(freezer, choice_fn: Callable) -> None:
91-
freezer.move_to("2135-10-17")
92-
fk_print = FkPrint()
93-
fk_input = FkInput(["none"] * 100) # noqa: WPS435
94-
main_process = MainProcess(
95-
Source(0), pr_func=fk_print, in_func=fk_input, ch_func=choice_fn
96-
)
97-
98-
main_process.start_game()
99-
100-
assert "this program" in fk_print.container[0]

0 commit comments

Comments
 (0)