mirror of https://github.com/grpc/grpc-node.git
Last test now passes
This commit is contained in:
parent
db73334e41
commit
5bcc358e53
|
@ -111,7 +111,7 @@ describe('call', function() {
|
||||||
call.startBatch(null, function(){});
|
call.startBatch(null, function(){});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
it.skip('should succeed with an empty object', function(done) {
|
it('should succeed with an empty object', function(done) {
|
||||||
var call = new grpc.Call(channel, 'method', getDeadline(1));
|
var call = new grpc.Call(channel, 'method', getDeadline(1));
|
||||||
assert.doesNotThrow(function() {
|
assert.doesNotThrow(function() {
|
||||||
call.startBatch({}, function(err) {
|
call.startBatch({}, function(err) {
|
||||||
|
|
Loading…
Reference in New Issue