mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
system.assign_system - support batching #4474
This commit is contained in:
@@ -74,7 +74,7 @@ class TestDisableEditingSystem:
|
||||
|
||||
class TestAssignSystem:
|
||||
def test_run(self, ifc):
|
||||
ifc.run("system.assign_system", product="product", system="system").should_be_called()
|
||||
ifc.run("system.assign_system", products=["product"], system="system").should_be_called()
|
||||
subject.assign_system(ifc, system="system", product="product")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user