Skip to content

Commit

Permalink
move test to test dir because linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Nov 12, 2024
1 parent 014857f commit bc271e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const assert = require('node:assert')

const { ROOT_CONTEXT, SpanKind, TraceFlags } = require('@opentelemetry/api')
const { BasicTracerProvider, Span } = require('@opentelemetry/sdk-trace-base')
const { RulesEngine } = require('./rules.js')
const { RulesEngine } = require('../../../../lib/otel/rules.js')

const tracer = new BasicTracerProvider().getTracer('default')
const spanContext = {
Expand Down

0 comments on commit bc271e4

Please sign in to comment.