Generating a space now is based on the default collection

This commit is contained in:
Dion Moult
2024-06-10 15:36:55 +10:00
parent e6ac012f57
commit 94f54fd4cb
11 changed files with 38 additions and 78 deletions
-3
View File
@@ -93,7 +93,6 @@ class TestCreateProject:
project.set_context("body").should_be_called()
project.set_active_spatial_element("storey").should_be_called()
project.create_project_collections().should_be_called()
project.load_default_thumbnails().should_be_called()
project.set_default_context().should_be_called()
@@ -127,7 +126,6 @@ class TestCreateProject:
project.set_context("body").should_be_called()
project.set_active_spatial_element("storey").should_be_called()
project.create_project_collections().should_be_called()
project.append_all_types_from_template("template").should_be_called()
@@ -170,7 +168,6 @@ class TestCreateProject:
project.set_context("body").should_be_called()
project.set_active_spatial_element("storey").should_be_called()
project.create_project_collections().should_be_called()
project.load_default_thumbnails().should_be_called()
project.set_default_context().should_be_called()