aboutsummaryrefslogtreecommitdiffstats
path: root/test/tests/TestTimer.hx
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/TestTimer.hx')
-rw-r--r--test/tests/TestTimer.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests/TestTimer.hx b/test/tests/TestTimer.hx
index 2e6e9e8..ce8723f 100644
--- a/test/tests/TestTimer.hx
+++ b/test/tests/TestTimer.hx
@@ -27,7 +27,7 @@ class TestTimer extends Test {
Assert.equals(false, timer.isPaused());
Assert.equals(true, timer.isStarted);
timer.stop();
- Assert.equals(0, timer.getTime());
+ Assert.equals(0.0, timer.getTime());
Assert.equals(true, timer.isPaused());
Assert.equals(false, timer.isStarted);
timer.start();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage