diff --git a/client/test/cooldown_state_test.gd b/client/test/cooldown_state_test.gd index 66adabf..c2117f1 100644 --- a/client/test/cooldown_state_test.gd +++ b/client/test/cooldown_state_test.gd @@ -1,6 +1,7 @@ extends GdUnitTestSuite -## Covers [code]cooldown_state.gd[/code] snapshot math (NEO-32); paired with [code]main.gd[/code] wiring changes. +## Covers [code]cooldown_state.gd[/code] snapshot math (NEO-32). +## Paired with [code]main.gd[/code] wiring when that file changes (pre-commit). const CooldownStateScript := preload("res://scripts/cooldown_state.gd")