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 0af63c379e..c46e745116 100644
--- a/src/node/test/async_test.js
+++ b/src/node/test/async_test.js
@@ -36,7 +36,7 @@
var assert = require('assert');
var grpc = require('..');
-var math = grpc.load(__dirname + '/math/math.proto').math;
+var math = grpc.load(__dirname + '/../../proto/math/math.proto').math;
/**