mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix various errors when running the unit tests
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user