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/CodeWhispererFileContextProviderTest.kt
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,24 @@ class CodeWhispererFileContextProviderTest {
160
160
assertThat(result.isProcessTimeout).isTrue
161
161
}
162
162
163
+
@Test
164
+
fun`should return empty if both project context and opentabs context return empty`() = runTest {
0 commit comments