Skip to content

Commit

Permalink
Checked with 'act'. Worked properly
Browse files Browse the repository at this point in the history
Signed-off-by: ViNN280801 <vladislav_semykin01@mail.ru>
  • Loading branch information
ViNN280801 committed Nov 7, 2024
1 parent e5d3987 commit eea086a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/tests/logger_tests/log_console_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def test_signal_handler_SIGINT(self, mock_exit, mock_finalize):
@patch('gmsh.finalize')
@patch('sys.exit')
def test_signal_handler_unknown_signal(self, mock_exit, mock_finalize):
raise AssertionError("Test exception")
with patch('sys.stdout', new=io.StringIO()) as fake_out:
LogConsole.setup_signal_handlers()
signal_number = signal.SIGUSR1
Expand Down

0 comments on commit eea086a

Please sign in to comment.