Skip to content
Snippets Groups Projects
Commit a2eb9499 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #211 from murgatroid99/node_fix_test_hang

Node fix test hang
parents bdfae4bb 8111654e
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,9 @@ describe('Interop tests', function() {
port = 'localhost:' + server_obj.port;
done();
});
after(function() {
server.shutdown();
});
// This depends on not using a binary stream
it('should pass empty_unary', function(done) {
interop_client.runTest(port, name_override, 'empty_unary', true, done);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment