Skip to content

Commit 25027f9

Browse files
committed
fix test
1 parent 0e83018 commit 25027f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/tracing/span.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Span } from '../../../src';
2-
import { TraceFlagNone, TraceFlagSampled } from '../../../src/tracing/span';
2+
import { TraceFlagNone, TraceFlagSampled } from '../../../src/utils/spanUtils';
33

44
describe('span', () => {
55
it('works with name', () => {

0 commit comments

Comments
 (0)