diff --git a/__tests__/animation.spec.js b/__tests__/animation.spec.js index 3a01ca97..d5b4ac15 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 = 9; + var value = 10; var closure = function() { value++; };