summaryrefslogtreecommitdiff
path: root/test/groupBy.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/groupBy.js')
-rw-r--r--test/groupBy.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/groupBy.js b/test/groupBy.js
index 84e3085..b00484c 100644
--- a/test/groupBy.js
+++ b/test/groupBy.js
@@ -45,7 +45,7 @@ describe('groupBy', function() {
}
next(null, val+1);
}, () => {
- throw new Error('final callback - should not get here');
+ throw new Error('should not get here');
});
setTimeout(() => {
@@ -234,7 +234,7 @@ describe('groupBy', function() {
next(null, val+1);
});
}, () => {
- throw new Error('final callback - should not get here');
+ throw new Error('should not get here');
});
setTimeout(() => {
@@ -368,7 +368,7 @@ describe('groupBy', function() {
next(null, val+1);
});
}, () => {
- throw new Error('final callback - should not get here');
+ throw new Error('should not get here');
});
setTimeout(() => {