Skip to content

Commit

Permalink
Merge pull request #102 from rakyll/fixregressions
Browse files Browse the repository at this point in the history
Test case should be done when we acknowledge
  • Loading branch information
stephenplusplus committed Aug 8, 2014
2 parents fd60490 + 9af9d04 commit ed3890a
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 ed3890a

Please sign in to comment.