Skip to content

Commit

Permalink
test_main: Remove test name override
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Oct 19, 2023
1 parent 8640da9 commit 523ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecanvas/application/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_run(self):
self.assertEqual(res, 42)

@with_patched_main_application
def test_run(self):
def test_run_with_file(self):
m = Main()
with patch.object(self.app, "exec", lambda: 42), \
patch.object(CanvasMainWindow, "open_scheme_file", Mock()), \
Expand Down

0 comments on commit 523ebab

Please sign in to comment.