Files
Paradise/code/tests/test_timer_sanity.dm
warriorstar-orion bb60a027bf unit->game tests, /tg/ assertions and allocations (#27646)
* unit->game tests, /tg/ assertions and allocations

* whoopsies

* fix lint
2024-12-21 21:19:33 +00:00

3 lines
123 B
Plaintext

/datum/game_test/timer_sanity/Run()
TEST_ASSERT(SStimer.bucket_count >= 0, "SStimer is going into negative bucket count")