aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/math/math_server.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/test/math/math_server.js')
-rw-r--r--src/node/test/math/math_server.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node/test/math/math_server.js b/src/node/test/math/math_server.js
index 9d06596f3d..9f67c52ab0 100644
--- a/src/node/test/math/math_server.js
+++ b/src/node/test/math/math_server.js
@@ -34,7 +34,8 @@
'use strict';
var grpc = require('../..');
-var math = grpc.load(__dirname + '/math.proto').math;
+var math = grpc.load(__dirname + '/../../../proto/math/math.proto').math;
+
/**
* Server function for division. Provides the /Math/DivMany and /Math/Div