diff --git a/__tests__/animation.spec.js b/__tests__/animation.spec.js index 705658b4..27935e45 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 = 7; + var value = 8; var animation = new PromiseAnimation({ animation: function() { value++; } });