Skip to content

Commit b470080

Browse files
committed
a
1 parent 96e00a9 commit b470080

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
package software.aws.toolkits.jetbrains.services.codewhisperer
55

66
import com.intellij.openapi.application.ApplicationManager
7-
import com.intellij.openapi.util.Disposer
87
import com.intellij.openapi.util.SystemInfo
98
import com.intellij.testFramework.DisposableRule
109
import com.intellij.testFramework.RuleChain
@@ -139,11 +138,6 @@ class CodeWhispererClientAdaptorTest {
139138
AwsSettings.getInstance().isTelemetryEnabled = isTelemetryEnabledDefault
140139
}
141140

142-
@After
143-
fun cleanup() {
144-
Disposer.dispose(sut)
145-
}
146-
147141
@Test
148142
fun `Sono region is us-east-1`() {
149143
assertThat("us-east-1").isEqualTo(SONO_REGION)

0 commit comments

Comments
 (0)