From 769ff84a65a2d51bf9e26fbaad22f2b608f444dc Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 22 Jul 2013 07:12:22 -0700 Subject: [PATCH] Fix typo in `_.debounce` unit test. Former-commit-id: b8138dbae144836701e65f98de8981defaaa1a54 --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 59f79598f..eb4986c8a 100644 --- a/test/test.js +++ b/test/test.js @@ -710,7 +710,7 @@ }); asyncTest('should work with `maxWait` option', function() { - var limit = 128, + var limit = 100, withCount = 0, withoutCount = 0;