From 7bb21b1d5f0a7ce51bec1e2af6d75a68ffa57a4a Mon Sep 17 00:00:00 2001 From: "Piotr.Bialas" Date: Mon, 11 Sep 2023 11:51:10 +0200 Subject: [PATCH] 11 --- __tests__/animation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; };