Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Dec 21, 2021
1 parent d109d4b commit ef3e73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/test/lib/base.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Hub, Scope, Session } from '@sentry/hub';
import { Event, Span, Transport } from '@sentry/types';
import { logger, SentryError, SyncPromise, dsnToString } from '@sentry/utils';
import { dsnToString, logger, SentryError, SyncPromise } from '@sentry/utils';

import * as integrationModule from '../../src/integration';
import { TestBackend } from '../mocks/backend';
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/test/dsn.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isDebugBuild } from '@sentry/utils';

import { makeDsn, dsnToString } from '../src/dsn';
import { dsnToString, makeDsn } from '../src/dsn';
import { SentryError } from '../src/error';

function testIf(condition: boolean): jest.It {
Expand Down

0 comments on commit ef3e73f

Please sign in to comment.