mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Fix failing core tests
This commit is contained in:
@@ -107,8 +107,8 @@ class TestCopyToContainer:
|
||||
class TestSelectContainer:
|
||||
def test_run(self, ifc, spatial):
|
||||
ifc.get_object("container").should_be_called().will_return("container_obj")
|
||||
spatial.set_active_object("container_obj").should_be_called()
|
||||
subject.select_container(ifc, spatial, container="container")
|
||||
spatial.set_active_object("container_obj", selection_mode="ADD").should_be_called()
|
||||
subject.select_container(ifc, spatial, container="container", selection_mode="ADD")
|
||||
|
||||
|
||||
class TestSelectSimilarContainer:
|
||||
|
||||
Reference in New Issue
Block a user