Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
rli committed Sep 10, 2024
1 parent 87d70b4 commit 9c8d8fb
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ package software.aws.toolkits.jetbrains.services.codewhisperer.codescan

import com.github.tomakehurst.wiremock.core.WireMockConfiguration
import com.github.tomakehurst.wiremock.junit.WireMockRule
import com.intellij.analysis.problemsView.toolWindow.ProblemsView
import com.intellij.openapi.application.ApplicationManager
import com.intellij.openapi.project.Project
import com.intellij.openapi.wm.RegisterToolWindowTask
import com.intellij.openapi.wm.ToolWindowManager
import com.intellij.testFramework.ApplicationRule
import com.intellij.testFramework.DisposableRule
import com.intellij.testFramework.replaceService
import com.intellij.util.io.systemIndependentPath
Expand Down Expand Up @@ -45,10 +45,6 @@ import java.nio.file.Path
import kotlin.test.assertNotNull

open class CodeWhispererCodeScanTestBase(@Rule @JvmField val projectRule: CodeInsightTestFixtureRule) {
@Rule
@JvmField
val applicationRule = ApplicationRule()

@Rule
@JvmField
val disposableRule = DisposableRule()
Expand Down Expand Up @@ -345,7 +341,7 @@ open class CodeWhispererCodeScanTestBase(@Rule @JvmField val projectRule: CodeIn

ToolWindowManager.getInstance(project).registerToolWindow(
RegisterToolWindowTask(
id = com.intellij.analysis.problemsView.toolWindow.ProblemsView.ID
id = ProblemsView.ID
)
)

Expand Down

0 comments on commit 9c8d8fb

Please sign in to comment.