Fix failing tests from refactor which I really should've done before the release

This commit is contained in:
Dion Moult
2023-01-09 11:00:46 +11:00
parent 1888048d4d
commit 360b9956c0
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ TEST_FILE_DIR = Path("../../test/input/")
class TestWrite:
def setup(self):
def setup_method(self):
self.model = ifcopenshell.open(TEST_FILE_DIR / "WallInstance_IFC4Add2.ifc")
def assert_model_is_written(self, filename, format=None, zipped=False):