mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
remove unused argument
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user