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()
|
await wait_process_time()
|
||||||
|
|
||||||
# Check config
|
# Check config
|
||||||
if core.config != config:
|
if core.config == config:
|
||||||
rerror("Got invalid node from config variable")
|
rerror("Configuration matches local config")
|
||||||
return
|
return
|
||||||
|
|
||||||
# Check config in modules
|
# Check config in modules
|
||||||
|
|
Loading…
Reference in a new issue