Skip to content

Commit ace7b9a

Browse files
committed
address PR comment
1 parent c13da72 commit ace7b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/e2e/amazonq/featureDev.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ describe('Amazon Q Feature Dev', function () {
1717
let tab: Messenger
1818

1919
const prompt = 'Add blank.txt file with empty content'
20-
const codegenApproachPrompt = prompt + ' and add a readme that describes the changes'
21-
const fileLevelAcceptPrompt = prompt + ' and add a license, and a contributing file'
20+
const codegenApproachPrompt = `${prompt} and add a readme that describes the changes`
21+
const fileLevelAcceptPrompt = `${prompt} and add a license, and a contributing file`
2222
const tooManyRequestsWaitTime = 100000
2323

2424
function waitForButtons(buttons: FollowUpTypes[]) {

0 commit comments

Comments
 (0)