Skip to content

Commit

Permalink
small rename of test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hasani committed Dec 9, 2024
1 parent 24093c1 commit 8c47d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/amazonq/test/e2e/amazonq/transformByQ.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Amazon Q Code Transformation', function () {
})

describe('Quick action availability', () => {
it('Shows /transform when QCT is enabled', async () => {
it('Can invoke /transform when QCT is enabled', async () => {
const command = tab.findCommand('/transform')
if (!command) {
assert.fail('Could not find command')
Expand All @@ -37,7 +37,7 @@ describe('Amazon Q Code Transformation', function () {
}
})

it('Does NOT show /transform when QCT is NOT enabled', () => {
it('CANNOT invoke /transform when QCT is NOT enabled', () => {
framework.dispose()
framework = new qTestingFramework('gumby', false, [])
const tab = framework.createTab()
Expand Down

0 comments on commit 8c47d58

Please sign in to comment.