Fix various errors when running the unit tests

Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
This commit is contained in:
RedworkDE
2023-05-09 15:50:48 +02:00
parent 668cf3c66f
commit 8e7afec479
9 changed files with 22 additions and 21 deletions

View File

@@ -3482,9 +3482,9 @@ TEST_CASE("[SceneTree][CodeEdit] symbol lookup") {
SIGNAL_CHECK("symbol_validate", signal_args);
SIGNAL_UNWATCH(code_edit, "symbol_validate");
memdelete(code_edit);
}
memdelete(code_edit);
}
TEST_CASE("[SceneTree][CodeEdit] line length guidelines") {