fix core aggregate module test after 6eb3c48

This commit is contained in:
Andrej730
2024-08-01 16:55:43 +05:00
parent 786b796f37
commit 047c9e3ee9
2 changed files with 4 additions and 1 deletions
@@ -36,6 +36,7 @@ class TestAssignObject:
def test_run(self, ifc, aggregate, collector):
aggregate.can_aggregate("relating_obj", "related_obj").should_be_called().will_return(True)
ifc.get_entity("relating_obj").should_be_called().will_return("relating_object")
aggregate.has_physical_body_representation("relating_object").should_be_called().will_return(False)
ifc.get_entity("related_obj").should_be_called().will_return("related_object")
ifc.run(
"aggregate.assign_object", products=["related_object"], relating_object="relating_object"