diff --git a/tests/python/test_main.py b/tests/python/test_main.py index b15ee02..d8a56b6 100644 --- a/tests/python/test_main.py +++ b/tests/python/test_main.py @@ -102,8 +102,7 @@ class TestMain: # Check if modules have loaded assert js_globals.Modules.History.type() is not None assert js_globals.Modules.Latex.type() is not None - assert js_globals.Modules.ObjectsCommon.type() is not None assert js_globals.Modules.Canvas.type() is not None assert js_globals.Modules.IO.type() is not None assert js_globals.Modules.Objects.type() is not None - assert js_globals.Modules.Preferences.type() is not None \ No newline at end of file + assert js_globals.Modules.Preferences.type() is not None