Skip to content

Commit

Permalink
chore: update the PR according to the feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDing1 committed Feb 20, 2025
1 parent 9e71ef4 commit 592ff1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/amazonq/test/e2e/amazonq/doc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getTestWindow, registerAuthHook, toTextEditor, using } from 'aws-core-v
import { loginToIdC } from './utils/setup'
import { Messenger } from './framework/messenger'
import { FollowUpTypes } from 'aws-core-vscode/amazonq'
import { fs, i18n, sleep, workspaceUtils } from 'aws-core-vscode/shared'
import { fs, i18n, sleep } from 'aws-core-vscode/shared'
import {
docGenerationProgressMessage,
DocGenerationStep,
Expand Down Expand Up @@ -310,7 +310,6 @@ describe('Amazon Q Doc Generation', async function () {
registerAuthHook('amazonq-test-account')
framework = new qTestingFramework('doc', true, [])
tab = framework.createTab()
workspaceUtils.hasWorkspace()
const wsFolders = vscode.workspace.workspaceFolders
if (!wsFolders?.length) {
assert.fail('Workspace folder not found')
Expand Down

0 comments on commit 592ff1c

Please sign in to comment.