mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Fix typo in _.debounce unit test.
Former-commit-id: b8138dbae144836701e65f98de8981defaaa1a54
This commit is contained in:
@@ -710,7 +710,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
asyncTest('should work with `maxWait` option', function() {
|
asyncTest('should work with `maxWait` option', function() {
|
||||||
var limit = 128,
|
var limit = 100,
|
||||||
withCount = 0,
|
withCount = 0,
|
||||||
withoutCount = 0;
|
withoutCount = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user