Removing ObjectsCommon tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2024-09-20 19:29:02 +02:00
parent 9b5356f8e7
commit 8ab461ff72
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -102,7 +102,6 @@ class TestMain:
# Check if modules have loaded # Check if modules have loaded
assert js_globals.Modules.History.type() is not None assert js_globals.Modules.History.type() is not None
assert js_globals.Modules.Latex.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.Canvas.type() is not None
assert js_globals.Modules.IO.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.Objects.type() is not None