Skip to content

Commit

Permalink
Forgot the semi;
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Nov 11, 2016
1 parent e8bb90e commit 035c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.consumerGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('ConsumerGroup', function () {
sandbox.stub(consumerGroup.client, 'sendHeartbeatRequest').yields(new UnknownMemberId('test'));

should.doesNotThrow(function () {
consumerGroup.connect()
consumerGroup.connect();
consumerGroup.once('connect', function () {
consumerGroup.close(done);
});
Expand Down

0 comments on commit 035c626

Please sign in to comment.