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
@@ -218,4 +218,4 @@ class TestSelectByStyle:
def test_run(self, style, spatial):
style.get_elements_by_style("style").should_be_called().will_return("elements")
spatial.select_products("elements").should_be_called()
subject.select_by_style(style, style="style")
subject.select_by_style(style, spatial, style="style")