mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Fixing core tests
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user