Skip to content

Commit 8186965

Browse files
committed
fix test
1 parent f20301f commit 8186965

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
@@ -376,7 +376,7 @@ class CodeWhispererTelemetryTest : CodeWhispererTestBase() {
376376
fun `test userDecision events will record sessionId and requestId from response`() {
377377
val statesCaptor = argumentCaptor<InvocationContext>()
378378
withCodeWhispererServiceInvokedAndWait {}
379-
verify(popupManagerSpy, timeout(5000).atLeastOnce()).render(statesCaptor.capture(), any(), any())
379+
verify(popupManagerSpy, timeout(5000).atLeastOnce()).render(statesCaptor.capture(), any(), any(), any())
380380
val states = statesCaptor.lastValue
381381
val metricCaptor = argumentCaptor<MetricEvent>()
382382
verify(batcher, atLeastOnce()).enqueue(metricCaptor.capture())

0 commit comments

Comments
 (0)