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/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/workspace/context/ProjectContextProviderTest.kt
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -316,31 +316,31 @@ class ProjectContextProviderTest {
316
316
}
317
317
318
318
@Test
319
-
fun`query inline should throw if resultset not deserializable`() {
320
-
assertThrows<Exception> {
321
-
runTest {
322
-
sut =ProjectContextProvider(project, encoderServer, this)
0 commit comments