diff options
author | murgatroid99 <michael.lumish@gmail.com> | 2015-01-21 13:43:39 -0800 |
---|---|---|
committer | murgatroid99 <michael.lumish@gmail.com> | 2015-01-21 13:43:39 -0800 |
commit | ec8956435dab45acc7e6308ab3854b2711752cb6 (patch) | |
tree | b9cc8e39a5fc775d7635d33a51d3abbe79a14b62 /src/node/test | |
parent | eeccd21fb9c00718876d87bde70fbb09d1bd7ab4 (diff) |
Switched binary stream to object stream
Diffstat (limited to 'src/node/test')
-rw-r--r-- | src/node/test/interop_sanity_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/interop_sanity_test.js b/src/node/test/interop_sanity_test.js index 9959a165ad..7aa95c6aeb 100644 --- a/src/node/test/interop_sanity_test.js +++ b/src/node/test/interop_sanity_test.js @@ -52,7 +52,7 @@ describe('Interop tests', function() { }); }); // This depends on not using a binary stream - it.skip('should pass empty_unary', function(done) { + it('should pass empty_unary', function(done) { interop_client.runTest(port, name_override, 'empty_unary', true, done); }); it('should pass large_unary', function(done) { |