summaryrefslogtreecommitdiff
path: root/mocha_test/groupBy.js
diff options
context:
space:
mode:
Diffstat (limited to 'mocha_test/groupBy.js')
-rw-r--r--mocha_test/groupBy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mocha_test/groupBy.js b/mocha_test/groupBy.js
index afb612b..d20f385 100644
--- a/mocha_test/groupBy.js
+++ b/mocha_test/groupBy.js
@@ -330,7 +330,7 @@ describe('groupBy', function() {
});
it('handles empty object', function(done) {
- async.groupByLimit({}, 2, function(val, next) {
+ async.groupBySeries({}, function(val, next) {
assert(false, 'iteratee should not be called');
next();
}, function(err, result) {