mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Run black on BBIM
This commit is contained in:
@@ -30,7 +30,9 @@ class TestReferenceStructure:
|
||||
class TestDereferenceStructure:
|
||||
def test_run(self, ifc, spatial):
|
||||
spatial.can_reference("structure", "element").should_be_called().will_return(True)
|
||||
ifc.run("spatial.dereference_structure", products=["element"], relating_structure="structure").should_be_called()
|
||||
ifc.run(
|
||||
"spatial.dereference_structure", products=["element"], relating_structure="structure"
|
||||
).should_be_called()
|
||||
subject.dereference_structure(ifc, spatial, structure="structure", element="element")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user