Skip to content

Commit

Permalink
Test case should be done when we acknowledge.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Aug 8, 2014
1 parent fd60490 commit 9af9d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('Subscription', function() {
sub.on('message', function(msg) {
sub.ack(msg.ackId, done);
});
sub.pull({}, done);
sub.pull({}, function() {});
});
});
});

0 comments on commit 9af9d04

Please sign in to comment.