Fix core.gd unit test

This commit is contained in:
JeremyStar™ 2024-04-15 21:52:42 +02:00
parent cacb5226bf
commit f5e50b1f6b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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