Skip to content

Commit 8e1bb39

Browse files
committed
fix(tests): outdated test for main
1 parent 7f288ba commit 8e1bb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_new_game_menu_ai_vs_human(self, mock_print, mock_get_option):
6969
main_ui = MainUI()
7070
self.assertTrue(main_ui.new_game_menu())
7171
mock_get_option.assert_called_once()
72-
mock_print.assert_called_once_with("This feature is not implemented yet.")
72+
mock_print.assert_called_once_with("This feature is not implemented yet.")
7373

7474
@patch(
7575
"mastermind.ui.menu.NewGameMenu.get_option", return_value="Return to Main Menu"

0 commit comments

Comments
 (0)