diff options
Diffstat (limited to 'test/tests/TestTimer.hx')
| -rw-r--r-- | test/tests/TestTimer.hx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/tests/TestTimer.hx b/test/tests/TestTimer.hx index cbc71d2..337da3e 100644 --- a/test/tests/TestTimer.hx +++ b/test/tests/TestTimer.hx @@ -1,14 +1,13 @@ package test.tests; import haxe.PosInfos; -import utest.Assert; -import utest.Test; -import utest.Async; import haxe.Timer; import server.VideoTimer; +import utest.Assert; +import utest.Async; +import utest.Test; class TestTimer extends Test { - @:timeout(500) function testMain(async:Async) { final timer = new VideoTimer(); @@ -168,5 +167,4 @@ class TestTimer extends Test { function almostEq(a:Float, b:Float, ?p:PosInfos):Void { Assert.equals(Math.round(a * 10) / 10, Math.round(b * 10) / 10, p); } - } |
