change grpc refs in math api test

This commit is contained in:
Kelvin Jin 2017-10-25 16:11:01 -07:00
parent 40ce5ec09b
commit 689d4d0c61
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
// limitations under the License.
//
'use strict';
var grpc = require('grpc');
var grpc = require('../../any_grpc.js').all;
var math_math_pb = require('../math/math_pb.js');
function serialize_DivArgs(arg) {

View File

@ -18,7 +18,7 @@
'use strict';
var grpc = require('grpc');
var grpc = require('../../any_grpc.js').all;
var grpcMath = require('./math_grpc_pb');
var math = require('./math_pb');