Skip to content

Commit 75cdeb6

Browse files
committed
fix test
1 parent b8826f5 commit 75cdeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/test/commands/notices.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Mock NetworkDetector before any imports
2-
jest.mock('../../../@aws-cdk/toolkit-lib/lib/util/network-detector', () => ({
2+
jest.mock('../../lib/api/network-detector', () => ({
33
NetworkDetector: {
44
hasConnectivity: jest.fn(() => Promise.resolve(true)),
55
},

0 commit comments

Comments
 (0)