mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
document.unassign_document - support batching #4474
This commit is contained in:
@@ -139,5 +139,5 @@ class TestAssignDocument:
|
||||
|
||||
class TestUnassignDocument:
|
||||
def test_run(self, ifc):
|
||||
ifc.run("document.unassign_document", product="product", document="document").should_be_called()
|
||||
ifc.run("document.unassign_document", products=["product"], document="document").should_be_called()
|
||||
subject.unassign_document(ifc, product="product", document="document")
|
||||
|
||||
Reference in New Issue
Block a user