Skip to content

Commit 7a9d69a

Browse files
evanliu048rli
andauthored
Update plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererTelemetryTest.kt
Co-authored-by: Richard Li <[email protected]>
1 parent e070457 commit 7a9d69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererTelemetryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class CodeWhispererTelemetryTest : CodeWhispererTestBase() {
106106
@Test
107107
fun `test pre-setup failure will send service invocation event with failed status`() {
108108
doAnswer { throw Exception() }
109-
.`when`(codewhispererService)
109+
.whenever(codewhispererService)
110110
.getRequestContext(any(), any(), any(), any(), any())
111111

112112
invokeCodeWhispererService()

0 commit comments

Comments
 (0)