diff --git a/__tests__/animation.spec.js b/__tests__/animation.spec.js index 27935e45..e444e3b6 100644 --- a/__tests__/animation.spec.js +++ b/__tests__/animation.spec.js @@ -19,7 +19,7 @@ describe('Promise animation', function() { }); it('also takes animation packs', function() { - var value = 8; + var value = 9; var animation = new PromiseAnimation({ animation: function() { value++; } });