Skip to content

Commit 34bd76b

Browse files
authored
fix(gumby): update command, unskip test #4699
revert 4404db7
1 parent 57ea5aa commit 34bd76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformApiHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export async function pollTransformationJob(jobId: string, validStates: string[]
480480
})
481481
}
482482
transformByQState.setPolledJobStatus(status)
483-
await vscode.commands.executeCommand('aws.amazonq.refresh')
483+
await vscode.commands.executeCommand('_aws.toolkit.amazonq.refreshTreeNode')
484484
if (validStates.includes(status)) {
485485
break
486486
}

packages/core/src/test/codewhisperer/commands/transformByQ.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('transformByQ', function () {
137137
sinon.assert.notCalled(stopJobStub)
138138
})
139139

140-
it.skip('WHEN polling completed job THEN returns status as completed', async function () {
140+
it('WHEN polling completed job THEN returns status as completed', async function () {
141141
const mockJobResponse = {
142142
$response: {
143143
data: {

0 commit comments

Comments
 (0)