mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
system.unassign_system - support batching #4474
This commit is contained in:
@@ -80,7 +80,7 @@ class TestAssignSystem:
|
||||
|
||||
class TestUnassignSystem:
|
||||
def test_run(self, ifc):
|
||||
ifc.run("system.unassign_system", product="product", system="system").should_be_called()
|
||||
ifc.run("system.unassign_system", products=["product"], system="system").should_be_called()
|
||||
subject.unassign_system(ifc, system="system", product="product")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user