aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/math_client_test.js
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-08-26 14:32:44 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-08-26 14:32:44 -0700
commit5390692976b796e7aa3069d631433f00343c1165 (patch)
treefcaa79191c4049687ae51e4013c28fa250a1100a /src/node/test/math_client_test.js
parent69d500d2c67e5b4ec5fbe07d6df2b68b2c8c897e (diff)
parentdde19d835e024aa39a778990b5efffef58b4fb8d (diff)
Merge branch 'node_metadata_class' into node_interop_echo_metadata
Diffstat (limited to 'src/node/test/math_client_test.js')
-rw-r--r--src/node/test/math_client_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/math_client_test.js b/src/node/test/math_client_test.js
index ef01870a4c..80b0c5ff2a 100644
--- a/src/node/test/math_client_test.js
+++ b/src/node/test/math_client_test.js
@@ -59,7 +59,7 @@ describe('Math client', function() {
done();
});
after(function() {
- server.shutdown();
+ server.forceShutdown();
});
it('should handle a single request', function(done) {
var arg = {dividend: 7, divisor: 4};