We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb0a2f commit c2ae9f8Copy full SHA for c2ae9f8
packages/opentelemetry-exporter-zipkin/test/transform.test.ts
@@ -44,7 +44,7 @@ const spanContext: api.SpanContext = {
44
traceFlags: api.TraceFlags.SAMPLED,
45
};
46
47
-const DUMMY_RESOUCE = new Resource({
+const DUMMY_RESOURCE = new Resource({
48
service: 'ui',
49
version: 1,
50
cost: 112.12,
@@ -202,7 +202,7 @@ describe('transform', () => {
202
span.status,
203
statusCodeTagName,
204
statusDescriptionTagName,
205
- DUMMY_RESOUCE
+ DUMMY_RESOURCE
206
);
207
208
assert.deepStrictEqual(tags, {
0 commit comments