aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/end_to_end_test.js
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:00 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:00 -0700
commit2af89e49cb4ad5b5e30cd4c447acaca1d0c44843 (patch)
treed73cf39c2a40236f4c401df762e509c144ac0c98 /src/node/test/end_to_end_test.js
parentb3ca2ad3adcde09b1841b1aa3b9b5905ed26226b (diff)
Moved gRPC node package root to repo root, made it depend on grpc.gyp
Diffstat (limited to 'src/node/test/end_to_end_test.js')
-rw-r--r--src/node/test/end_to_end_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/end_to_end_test.js b/src/node/test/end_to_end_test.js
index 4b8da3bfb1..813221dafe 100644
--- a/src/node/test/end_to_end_test.js
+++ b/src/node/test/end_to_end_test.js
@@ -34,7 +34,7 @@
'use strict';
var assert = require('assert');
-var grpc = require('bindings')('grpc.node');
+var grpc = require('bindings')('grpc_node');
/**
* This is used for testing functions with multiple asynchronous calls that