diff options
| author | RblSb <msrblsb@gmail.com> | 2021-07-04 03:59:50 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-07-05 17:04:25 +0300 |
| commit | ede45cea8706eb8540e466df9861c2af8ebf9c44 (patch) | |
| tree | 74a20a6f082173378f918b48b08542881f31749a /test/tests | |
| parent | 265b3e1fb56bb0e5f797b3b35227a616b108a0c3 (diff) | |
Reformat
Diffstat (limited to 'test/tests')
| -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); } - } |
