diff --git a/throttle/test.js b/throttle/test.js index fa91434..2badf98 100644 --- a/throttle/test.js +++ b/throttle/test.js @@ -58,7 +58,7 @@ describe('throttle', function() { setTimeout(function() { clearInterval(interval); - assert.deepEqual(calledTimes, [0, 11, 22, 33, 44, 55]); + assert.deepEqual(calledTimes, [0, 10, 20, 30, 40, 50]); done(); }, 59);