We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56bdbf commit 4032b43Copy full SHA for 4032b43
1 file changed
test/common/grpc-service.js
@@ -1077,6 +1077,7 @@ describe('GrpcService', function() {
1077
fakeStream.received_status = grpcError500;
1078
1079
fakeStream
1080
+ .on('error', done)
1081
.on('response', function(resp) {
1082
assert.deepEqual(resp, GrpcService.GRPC_ERROR_CODE_TO_HTTP[2]);
1083
done();
@@ -1098,6 +1099,7 @@ describe('GrpcService', function() {
1098
1099
};
1100
1101
1102
1103
1104
assert.deepEqual(resp, GrpcService.GRPC_ERROR_CODE_TO_HTTP[0]);
1105
0 commit comments