mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 12:16:40 +01:00
unit test
this is the easy part, believe it or not
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
/datum/unit_test/timer_sanity/Run()
|
||||
if(SStimer.bucket_count < 0)
|
||||
Fail("SStimer is going into negative bucket count from something")
|
||||
TEST_ASSERT(SStimer.bucket_count >= 0,
|
||||
"SStimer is going into negative bucket count from something")
|
||||
|
||||
Reference in New Issue
Block a user