mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-07-14 01:14:42 +01:00
4 lines
140 B
Plaintext
4 lines
140 B
Plaintext
/datum/unit_test/timer_sanity/Run()
|
|
TEST_ASSERT(SStimer.bucket_count >= 0,
|
|
"SStimer is going into negative bucket count from something")
|