Skip to content

Commit 8ea3827

Browse files
committed
fix import
1 parent 96015ab commit 8ea3827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/sam/sync.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import { PrompterTester } from '../wizards/prompterTester'
6565
import { createTestRegionProvider } from '../regions/testUtil'
6666
import { ToolkitPromptSettings } from '../../../shared/settings'
6767
import { DefaultEcrClient } from '../../../shared/clients/ecrClient'
68-
import * as assert from 'assert'
68+
import assert from 'assert'
6969

7070
describe('SAM SyncWizard', async function () {
7171
const createTester = async (params?: Partial<SyncParams>) =>

0 commit comments

Comments
 (0)