Fixed test after 6e9639446

This commit is contained in:
Andrej730
2023-10-19 10:55:13 +05:00
parent ec97b04bde
commit 834bde2b63
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class TestAddSheet:
class TestOpenSheet:
def test_run(self, drawing):
drawing.get_document_uri("sheet", "LAYOUT").should_be_called().will_return("uri")
drawing.open_svg("uri").should_be_called()
drawing.open_layout_svg("uri").should_be_called()
subject.open_sheet(drawing, sheet="sheet")