Skip to content

Commit 14b4871

Browse files
authored
Update basicCommands.test.ts
1 parent 4be8467 commit 14b4871

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,7 @@ describe('CodeWhisperer-basicCommands', function () {
497497
await listCodeWhispererCommands.execute()
498498
})
499499

500-
// eslint-disable-next-line aws-toolkits/no-only-in-tests
501-
it.only('should not show auto-scans if using builder id', async function () {
500+
it('should not show auto-scans if using builder id', async function () {
502501
sinon.stub(AuthUtil.instance, 'isConnected').returns(true)
503502
sinon.stub(AuthUtil.instance, 'isBuilderIdInUse').returns(true)
504503

0 commit comments

Comments
 (0)