File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ TEST_F(PatchTest, InvertedEndCapInheritsDef2)
102102{
103103 auto worldspawn = GlobalMapModule ().findOrInsertWorldspawn ();
104104
105- GlobalCommandSystem ().execute (" PatchEndCap " );
105+ GlobalCommandSystem ().execute (" CreatePatchPrefab endcap " );
106106
107107 auto endcap = algorithm::findFirstPatch (worldspawn, [](auto &) { return true ; });
108108 Node_setSelected (endcap, true );
@@ -125,7 +125,7 @@ TEST_F(PatchTest, InvertedEndCapInheritsDef3)
125125{
126126 auto worldspawn = GlobalMapModule ().findOrInsertWorldspawn ();
127127
128- GlobalCommandSystem ().execute (" PatchEndCap " );
128+ GlobalCommandSystem ().execute (" CreatePatchPrefab endcap " );
129129
130130 auto endcap = algorithm::findFirstPatch (worldspawn, [](auto &) { return true ; });
131131 Node_setSelected (endcap, true );
You can’t perform that action at this time.
0 commit comments