Skip to content

Commit 03546d2

Browse files
authored
test(node-core): Fix wrong import in node core IPv6 integration test (#18773)
Accidentally added a wrong import when finishing work in #17708
1 parent 6f723e0 commit 03546d2

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-core-integration-tests/suites/ipv6

1 file changed

+1
-1
lines changed

dev-packages/node-core-integration-tests/suites/ipv6/scenario.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Sentry from '@sentry/node';
1+
import * as Sentry from '@sentry/node-core';
22
import { loggingTransport } from '@sentry-internal/node-integration-tests';
33

44
Sentry.init({

0 commit comments

Comments
 (0)