mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-12 17:03:41 +01:00
bb60a027bf
* unit->game tests, /tg/ assertions and allocations * whoopsies * fix lint
3 lines
123 B
Plaintext
3 lines
123 B
Plaintext
/datum/game_test/timer_sanity/Run()
|
|
TEST_ASSERT(SStimer.bucket_count >= 0, "SStimer is going into negative bucket count")
|