diff --git a/test/next-previous.html b/test/next-previous.html index b00f0f2..43a25a2 100644 --- a/test/next-previous.html +++ b/test/next-previous.html @@ -41,7 +41,7 @@ return function(done) { assert.equal(s.selected, expectedIndex); s[method](wrap); - asyncPlatformFlush(done); + flush(done); } }