Continue fixing tool tests.

Just chipping away at it give me time.
This commit is contained in:
Dion Moult
2025-02-04 17:04:29 +11:00
parent f0f2dda40e
commit bd2c3a0ca1
3 changed files with 56 additions and 44 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class TestLoadExpress(NewFile):
cwd = os.path.dirname(os.path.realpath(__file__))
schema_path = os.path.join(cwd, "..", "files", "test.exp")
schema = subject.load_express(schema_path)
assert schema.schema_name == "IFCROGUE"
assert schema.name() == "IFCROGUE"
os.remove(schema_path + ".cache.dat")