Skip to content

Commit 5231789

Browse files
committed
nit
1 parent b5792bc commit 5231789

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
@@ -187,7 +187,7 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
187187
var shortAnswer = ShortAnswer()
188188
LOG.debug {
189189
"Q TestGen session: ${codeTestChatHelper.getActiveCodeTestTabId()}: " +
190-
"polling result for id: ${job.testGenerationJobId()}, group name: ${session.testGenerationJobGroupName}, " +
190+
"polling result for id: ${job.testGenerationJobId()}, group name: ${job.testGenerationJobGroupName()}, " +
191191
"request id: ${startTestGenerationResponse.responseMetadata().requestId()}"
192192
}
193193

0 commit comments

Comments
 (0)