Skip to content

Commit d8a078d

Browse files
authored
Update CodeTestChatController.kt
1 parent d83cfcb commit d8a078d

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller/CodeTestChatController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class CodeTestChatController(
241241
"language I support specialized unit test generation for at the moment.</b><br></span>The languages " +
242242
"I support now are Python and Java. I can still provide examples, instructions and code suggestions."
243243
} else {
244-
"<span style=\"color: #EE9D28;\">&#9888;<b> I can't generate tests for ${fileInfo.fileName} because it's outside the project directory. I can still provide examples, instructions and code suggestions."
244+
"<span style=\"color: #EE9D28;\">&#9888;<b> I can't generate tests for ${fileInfo.fileName} because it's outside the project directory.</b><br></span> I can still provide examples, instructions and code suggestions."
245245
}
246246

247247
codeTestChatHelper.addNewMessage(

0 commit comments

Comments
 (0)