You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/codetest/CodeTestSessionConfigTest.kt
+5-73Lines changed: 5 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,8 @@ class CodeTestSessionConfigTest {
27
27
privatelateinitvar testJava:VirtualFile
28
28
privatelateinitvar utilsJava:VirtualFile
29
29
privatelateinitvar readMeMd:VirtualFile
30
-
privatelateinitvar helpGo:VirtualFile
31
30
privatelateinitvar utilsJs:VirtualFile
32
-
privatelateinitvar testYaml:VirtualFile
33
31
privatelateinitvar helperPy:VirtualFile
34
-
privatelateinitvar testTf:VirtualFile
35
32
36
33
privatevar totalSize:Long=0
37
34
privatevar totalLines:Long=0
@@ -55,17 +52,14 @@ class CodeTestSessionConfigTest {
55
52
assertThat(project.modules.size).isEqualTo(2)
56
53
val payload = codeTestSessionConfig.createPayload()
0 commit comments