Skip to content

Commit 7fc2016

Browse files
committed
nit
1 parent 1713d00 commit 7fc2016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonqTest/chat/controller/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ export class TestController {
705705
tabID: data.tabID,
706706
messageType: 'answer',
707707
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.`,
708+
message: `${session.jobSummary}\n\n Please see the unit tests generated below. Click View diff to review the changes in the code editor.`,
709709
canBeVoted: true,
710710
messageId: '',
711711
followUps,

0 commit comments

Comments
 (0)