Skip to content

Commit 35a0e2a

Browse files
committed
unit test
1 parent a106dd7 commit 35a0e2a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ internal class CodeWhispererCodeCoverageTrackerTestPython : CodeWhispererCodeCov
176176
},
177177
null,
178178
mock(),
179-
aString()
179+
aString(),
180+
null
180181
)
181182
val responseContext = ResponseContext("sessionId")
182183
val recommendationContext = RecommendationContext(

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ class CodeWhispererServiceTest {
212212
supplementalContextDeferred = async { mockSupContext },
213213
connection = ToolkitConnectionManager.getInstance(projectRule.project).activeConnection(),
214214
latencyContext = LatencyContext(),
215-
customizationArn = "fake-arn"
215+
customizationArn = "fake-arn",
216+
workspaceId = null
216217
)
217218
)
218219

0 commit comments

Comments
 (0)