From 5bcc358e5339ff83446c3e394eb672b8713a7a30 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Thu, 12 Feb 2015 13:58:24 -0800 Subject: [PATCH] Last test now passes --- test/call_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/call_test.js b/test/call_test.js index 1cbfc228..c1a7e95f 100644 --- a/test/call_test.js +++ b/test/call_test.js @@ -111,7 +111,7 @@ describe('call', 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)); assert.doesNotThrow(function() { call.startBatch({}, function(err) {