diff --git a/tests/unit/core.gd b/tests/unit/core.gd index aad8220..b4e579a 100644 --- a/tests/unit/core.gd +++ b/tests/unit/core.gd @@ -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