aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/async_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/test/async_test.js')
-rw-r--r--src/node/test/async_test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/test/async_test.js b/src/node/test/async_test.js
index c46e745116..7b467e5475 100644
--- a/src/node/test/async_test.js
+++ b/src/node/test/async_test.js
@@ -61,6 +61,7 @@ describe('Async functionality', function() {
done();
});
after(function() {
+ grpc.closeClient(math_client);
server.forceShutdown();
});
it('should not hang', function(done) {