GDScript: Replace assert() with Utils.check() in tests
This commit is contained in:
parent
f648de1a83
commit
c1322d41e6
32 changed files with 275 additions and 347 deletions
|
|
@ -1,7 +1,6 @@
|
|||
class_name ExportVariableTest
|
||||
extends Node
|
||||
|
||||
const Utils = preload("../../utils.notest.gd")
|
||||
const PreloadedGlobalClass = preload("./export_variable_global.notest.gd")
|
||||
const PreloadedUnnamedClass = preload("./export_variable_unnamed.notest.gd")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue