Minor fix

This commit is contained in:
Dion Moult
2022-10-04 18:35:01 +11:00
parent 7d63b03dd3
commit f81b22240c
7 changed files with 34 additions and 21 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class TestCreateProject:
context_type="Model", context_identifier="Body", target_view="MODEL_VIEW", parent="model"
).should_be_called().will_return("body")
project.run_context_add_context(
context_type="MODEL", context_identifier="Axis", target_view="GRAPH_VIEW", parent="model"
context_type="Model", context_identifier="Axis", target_view="GRAPH_VIEW", parent="model"
).should_be_called()
project.run_context_add_context(
context_type="Model", context_identifier="Box", target_view="MODEL_VIEW", parent="model"