Skip to content

Commit 51321c0

Browse files
Update plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt
Co-authored-by: Laxman Reddy <[email protected]>
1 parent 5231789 commit 51321c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
9191
if (session.testGenerationJobGroupName.isNullOrEmpty()) {
9292
session.testGenerationJobGroupName = UUID.randomUUID().toString()
9393
}
94-
val final = session.testGenerationJobGroupName
94+
val testGenerationJobGroupName = session.testGenerationJobGroupName
9595

9696
if (session.iteration == 1) {
9797
codeTestChatHelper.updateUI(

0 commit comments

Comments
 (0)