Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Feb 2, 2020
1 parent d106cba commit c15626b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opencensus-instrumentation-grpc/test/test-grpc.ts
Expand Up @@ -508,7 +508,7 @@ describe('GrpcPlugin() ', function() {
grpcModule.status.OK
);
if (method.method === grpcClient.unaryMethod) {
assertStats(testExporter, 107);
assertStats(testExporter, 125);
}
assertPropagation(clientRoot, serverRoot);
});
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit c15626b

Please sign in to comment.