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/QRegionProfileManagerTest.kt
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ import org.junit.Rule
15
15
importorg.junit.Test
16
16
importorg.mockito.kotlin.any
17
17
importorg.mockito.kotlin.doReturn
18
-
importorg.mockito.kotlin.doThrow
19
18
importorg.mockito.kotlin.mock
20
19
importorg.mockito.kotlin.spy
21
20
importorg.mockito.kotlin.stub
@@ -201,10 +200,14 @@ class QRegionProfileManagerTest {
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/profile/QRegionProfileManager.kt
0 commit comments