GDScript: Replace assert() with Utils.check() in tests

This commit is contained in:
Danil Alexeev 2024-08-28 17:41:52 +03:00
parent f648de1a83
commit c1322d41e6
No known key found for this signature in database
GPG key ID: 124453E157DA8DC7
32 changed files with 275 additions and 347 deletions

View file

@ -5,8 +5,6 @@ class MyClass:
enum MyEnum {}
const Utils = preload("../../utils.notest.gd")
static var test_static_var_untyped
static var test_static_var_weak_null = null
static var test_static_var_weak_int = 1