Skip to content

Commit

Permalink
test(exporter-collector-grpc): fix tests after changes in transform i…
Browse files Browse the repository at this point in the history
…n exporter-collector
  • Loading branch information
kudlatyamroth committed Feb 17, 2021
1 parent bc9d827 commit ab13881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-exporter-collector-grpc/test/helper.ts
Expand Up @@ -422,8 +422,8 @@ export function ensureResourceIsCorrect(
{
key: 'version',
value: {
doubleValue: 1,
value: 'doubleValue',
intValue: '1',
value: 'intValue',
},
},
{
Expand Down

0 comments on commit ab13881

Please sign in to comment.