We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713d00 commit 7fc2016Copy full SHA for 7fc2016
packages/core/src/amazonqTest/chat/controller/controller.ts
@@ -705,7 +705,7 @@ export class TestController {
705
tabID: data.tabID,
706
messageType: 'answer',
707
codeGenerationId: '',
708
- message: `${session.jobSummary}\n\n Please see the unit tests generated below. Click "View diff" to review the changes in the code editor.`,
+ message: `${session.jobSummary}\n\n Please see the unit tests generated below. Click “View diff” to review the changes in the code editor.`,
709
canBeVoted: true,
710
messageId: '',
711
followUps,
0 commit comments