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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/async_test.js b/src/node/test/async_test.js
index ce3ce50a2d..6d71ea24f5 100644
--- a/src/node/test/async_test.js
+++ b/src/node/test/async_test.js
@@ -57,7 +57,7 @@ describe('Async functionality', function() {
grpc.ServerCredentials.createInsecure());
server.start();
math_client = new math.Math('localhost:' + port_num,
- grpc.Credentials.createInsecure());
+ grpc.credentials.createInsecure());
done();
});
after(function() {