Skip to content

Commit

Permalink
Fix_typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shivkanya9146 committed Jun 12, 2020
1 parent acb0a2f commit c2ae9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-exporter-zipkin/test/transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const spanContext: api.SpanContext = {
traceFlags: api.TraceFlags.SAMPLED,
};

const DUMMY_RESOUCE = new Resource({
const DUMMY_RESOURCE = new Resource({
service: 'ui',
version: 1,
cost: 112.12,
Expand Down Expand Up @@ -202,7 +202,7 @@ describe('transform', () => {
span.status,
statusCodeTagName,
statusDescriptionTagName,
DUMMY_RESOUCE
DUMMY_RESOURCE
);

assert.deepStrictEqual(tags, {
Expand Down

0 comments on commit c2ae9f8

Please sign in to comment.