Fixing core tests

This commit is contained in:
Andrej730
2023-06-20 16:16:22 +05:00
parent f4067abc42
commit 664d0e0fa6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -161,4 +161,4 @@ class TestSelectByMaterial:
def test_run(self, material, spatial):
material.get_elements_by_material("material").should_be_called().will_return("elements")
spatial.select_products("elements").should_be_called()
subject.select_by_material(material, material="material")
subject.select_by_material(material, spatial, material="material")