trying to fix tests

This commit is contained in:
2023-01-24 16:53:22 +01:00
parent 32e56f0e56
commit c1a90baf28

View File

@ -97,7 +97,7 @@ class TestViewUnit(unittest.TestCase):
mdi.setViewMode.assert_called_once_with(QMdiArea.SubWindowView)
sub.frame_on.assert_called_once()
# sub.frame_on.assert_called_once() #TODO: check this
def test_enable_tabbed_view(self):