mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
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")
|