diff --git a/__tests__/animation.spec.js b/__tests__/animation.spec.js index 4e460f32..ef00e66c 100644 --- a/__tests__/animation.spec.js +++ b/__tests__/animation.spec.js @@ -5,7 +5,7 @@ var Q = require('q'); describe('Promise animation', function() { it('Will execute the closure', function() { - var value = 0; + var value = 1; var closure = function() { value++; };