From c15626b2adeb7d6881506801003aa0309db46af8 Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Sun, 2 Feb 2020 12:48:04 -0800 Subject: [PATCH] fix test --- packages/opencensus-instrumentation-grpc/test/test-grpc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opencensus-instrumentation-grpc/test/test-grpc.ts b/packages/opencensus-instrumentation-grpc/test/test-grpc.ts index fdbcdecc9..3712228e3 100644 --- a/packages/opencensus-instrumentation-grpc/test/test-grpc.ts +++ b/packages/opencensus-instrumentation-grpc/test/test-grpc.ts @@ -508,7 +508,7 @@ describe('GrpcPlugin() ', function() { grpcModule.status.OK ); if (method.method === grpcClient.unaryMethod) { - assertStats(testExporter, 107); + assertStats(testExporter, 125); } assertPropagation(clientRoot, serverRoot); }); @@ -546,7 +546,7 @@ describe('GrpcPlugin() ', function() { grpcModule.status.OK ); if (method.method === grpcClient.unaryMethod) { - assertStats(testExporter, 170); + assertStats(testExporter, 188); } assertPropagation(clientRoot, serverRoot); assert.deepStrictEqual(globalStats.getCurrentTagContext(), tags);