Skip to content

Commit d6a0961

Browse files
rexxarss1gr1d
andauthored
fix: typo in spanUtils test
Co-authored-by: Sigrid Huemer <[email protected]>
1 parent cbb2aca commit d6a0961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/utils/spanUtils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('getRootSpan', () => {
238238
startSpan({ name: 'inner2' }, inner2 => {
239239
expect(getRootSpan(inner2)).toBe(root);
240240

241-
const inactiveSpan = startInactiveSpan({ name: 'inactivate' });
241+
const inactiveSpan = startInactiveSpan({ name: 'inactive' });
242242
expect(getRootSpan(inactiveSpan)).toBe(root);
243243
});
244244
});

0 commit comments

Comments
 (0)