mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00: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")
|