remove unused argument

This commit is contained in:
Andrej730
2024-06-14 16:58:36 +05:00
parent f3f1e8721c
commit 1f7d80e6f1
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class TestGetContext(NewFile):
def test_run(self):
bpy.ops.bim.create_project()
context = ifcopenshell.util.representation.get_context(tool.Ifc.get(), "Model", "Body", "MODEL_VIEW")
assert subject.get_context("obj") == context
assert subject.get_context() == context
class TestGetElementsByStyle(NewFile):