Skip to content

Commit

Permalink
Fix_typo (#1192)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <[email protected]>
  • Loading branch information
shivkanya9146 and mayurkale22 authored Jun 12, 2020
1 parent 470621a commit 5ae563e
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 5ae563e

Please sign in to comment.