Fix core.gd unit test
This commit is contained in:
parent
cacb5226bf
commit
f5e50b1f6b
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ func test_reload_config() -> void:
|
|||
await wait_process_time()
|
||||
|
||||
# Check config
|
||||
if core.config != config:
|
||||
rerror("Got invalid node from config variable")
|
||||
if core.config == config:
|
||||
rerror("Configuration matches local config")
|
||||
return
|
||||
|
||||
# Check config in modules
|
||||
|
|
Loading…
Reference in a new issue