Skip to content

Commit

Permalink
Add missing semicolon. (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny authored and stephenplusplus committed Dec 1, 2017
1 parent 3e7df0f commit c160962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common-grpc/test/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ describe('GrpcService', function() {
var requestStream = grpcService.requestStream(PROTO_OPTS, REQ_OPTS);

requestStream.on('request', function() {
done()
done();
});

retryStream.emit('request');
Expand Down

0 comments on commit c160962

Please sign in to comment.