Skip to content

Commit 592ff1c

Browse files
committed
chore: update the PR according to the feedback
1 parent 9e71ef4 commit 592ff1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/amazonq/test/e2e/amazonq/doc.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { getTestWindow, registerAuthHook, toTextEditor, using } from 'aws-core-v
1010
import { loginToIdC } from './utils/setup'
1111
import { Messenger } from './framework/messenger'
1212
import { FollowUpTypes } from 'aws-core-vscode/amazonq'
13-
import { fs, i18n, sleep, workspaceUtils } from 'aws-core-vscode/shared'
13+
import { fs, i18n, sleep } from 'aws-core-vscode/shared'
1414
import {
1515
docGenerationProgressMessage,
1616
DocGenerationStep,
@@ -310,7 +310,6 @@ describe('Amazon Q Doc Generation', async function () {
310310
registerAuthHook('amazonq-test-account')
311311
framework = new qTestingFramework('doc', true, [])
312312
tab = framework.createTab()
313-
workspaceUtils.hasWorkspace()
314313
const wsFolders = vscode.workspace.workspaceFolders
315314
if (!wsFolders?.length) {
316315
assert.fail('Workspace folder not found')

0 commit comments

Comments
 (0)