Skip to content

Commit 3de0746

Browse files
author
Luca Forstner
committed
test
1 parent 5a79941 commit 3de0746

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/core/test/lib/carrier.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@ describe('getSentryCarrier', () => {
4242
describe('multiple (older) SDKs', () => {
4343
it("returns the version of the sentry carrier object of the SDK's version rather than the one set in .version", () => {
4444
const sentryCarrier = getSentryCarrier({
45+
// @ts-expect-error - this is just a test object
4546
__SENTRY__: {
46-
version: '8.0.0' as const, // another SDK set this
47+
version: '8.0.0', // another SDK set this
4748
'8.0.0': {
48-
// @ts-expect-error - this is just a test object, not passing a full stack
4949
stack: {},
5050
},
5151
[SDK_VERSION]: {
52-
// @ts-expect-error - this is just a test object, not passing a full ACS
5352
acs: {},
5453
},
5554
hub: {},

0 commit comments

Comments
 (0)