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