Skip to content

Commit 1f6269e

Browse files
committed
fixup
1 parent ca70b21 commit 1f6269e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/e2e/inline/inline.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ describe('Amazon Q Inline', async function () {
9292
}
9393

9494
for (const [name, invokeCompletion] of [
95-
['automatic', async () => vscode.commands.executeCommand('type', { text: '\n' })],
96-
['manual', async () => Commands.tryExecute('aws.amazonq.invokeInlineCompletion')],
95+
['automatic', async () => await vscode.commands.executeCommand('type', { text: '\n' })],
96+
['manual', async () => await Commands.tryExecute('aws.amazonq.invokeInlineCompletion')],
9797
] as const) {
9898
describe(`${name} invoke`, async function () {
9999
let originalEditorContents: string | undefined

0 commit comments

Comments
 (0)