aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/math
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-06 10:51:18 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-06 10:51:18 -0700
commit2c641c65e4ede79b9291d7569d53dc68b719d243 (patch)
tree9017cf50e737364e9a1575c3b38ae7873bfb15a8 /src/node/test/math
parent0f93e435a1cf4ab16076de32278839fcc51efcb9 (diff)
Fixed up Node tests after math folder move
Diffstat (limited to 'src/node/test/math')
-rw-r--r--src/node/test/math/math_server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/math/math_server.js b/src/node/test/math/math_server.js
index a4b237aeeb..9d06596f3d 100644
--- a/src/node/test/math/math_server.js
+++ b/src/node/test/math/math_server.js
@@ -33,7 +33,7 @@
'use strict';
-var grpc = require('..');
+var grpc = require('../..');
var math = grpc.load(__dirname + '/math.proto').math;
/**