From 34fee901caac7d2dfe278f7b5fb43594565800c1 Mon Sep 17 00:00:00 2001 From: rubenmoya Date: Tue, 7 Nov 2017 15:38:42 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20schr=C3=B6dingtest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/animator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/animator.js b/test/animator.js index 6c97566..c72e294 100644 --- a/test/animator.js +++ b/test/animator.js @@ -10,9 +10,9 @@ test('time moves', function(assert) { animatora.start(); setTimeout(function(){ assert.notEqual(animatora._time, 0); + animatora.pause(); done(); }, 20) - animatora.pause(); }); test("rescale should resume animation if previously playing", function(assert){