Skip to content

Commit ec0768f

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <github-actions@github.com>
1 parent d0d4e93 commit ec0768f

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
@@ -30,7 +30,7 @@ const BASIC_NOTICE = {
3030
beforeEach(() => {
3131
nock.cleanAll();
3232
jest.clearAllMocks();
33-
33+
3434
// Mock NetworkDetector to return true by default for all tests, regardless of parameters
3535
(NetworkDetector.hasConnectivity as jest.Mock).mockImplementation(() => Promise.resolve(true));
3636
});

0 commit comments

Comments
 (0)