Skip to content

Commit 8c47d58

Browse files
author
David Hasani
committed
small rename of test
1 parent 24093c1 commit 8c47d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/e2e/amazonq/transformByQ.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Amazon Q Code Transformation', function () {
2626
})
2727

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

40-
it('Does NOT show /transform when QCT is NOT enabled', () => {
40+
it('CANNOT invoke /transform when QCT is NOT enabled', () => {
4141
framework.dispose()
4242
framework = new qTestingFramework('gumby', false, [])
4343
const tab = framework.createTab()

0 commit comments

Comments
 (0)