Removing ObjectsCommon tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9b5356f8e7
commit
8ab461ff72
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue