From 11416e9d70aef690d3f5d33f9d42cccf0b5142e1 Mon Sep 17 00:00:00 2001 From: Kelvin Jin Date: Wed, 6 Dec 2017 13:48:35 -0800 Subject: [PATCH] missed require change --- packages/grpc-native-core/test/math/math_grpc_pb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-native-core/test/math/math_grpc_pb.js b/packages/grpc-native-core/test/math/math_grpc_pb.js index afd08a34..84123d76 100644 --- a/packages/grpc-native-core/test/math/math_grpc_pb.js +++ b/packages/grpc-native-core/test/math/math_grpc_pb.js @@ -16,7 +16,7 @@ // limitations under the License. // 'use strict'; -var grpc = require('grpc'); +var grpc = require('../..'); var math_math_pb = require('../math/math_pb.js'); function serialize_DivArgs(arg) {