summaryrefslogtreecommitdiff
path: root/opendc-common/src/test/kotlin/org/opendc
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-common/src/test/kotlin/org/opendc')
-rw-r--r--opendc-common/src/test/kotlin/org/opendc/common/util/TimerSchedulerTest.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-common/src/test/kotlin/org/opendc/common/util/TimerSchedulerTest.kt b/opendc-common/src/test/kotlin/org/opendc/common/util/TimerSchedulerTest.kt
index f3d2b23d..22a26111 100644
--- a/opendc-common/src/test/kotlin/org/opendc/common/util/TimerSchedulerTest.kt
+++ b/opendc-common/src/test/kotlin/org/opendc/common/util/TimerSchedulerTest.kt
@@ -100,7 +100,6 @@ internal class TimerSchedulerTest {
scheduler.startSingleTimer(0, 1000) { fail() }
scheduler.startSingleTimer(0, 200) {
-
assertEquals(200, clock.millis())
}
}