[terminal] IJPL-191343 Update ShellCompletionTestFixture usages in plugins and docs

GitOrigin-RevId: 5ab3c986d5c2d492fe4404f2f93c784de71aa978
This commit is contained in:
Konstantin Hudyakov
2025-08-01 15:12:44 +00:00
committed by intellij-monorepo-bot
parent c6b1e3d95d
commit 8c36c1e346
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ import com.intellij.testFramework.fixtures.BasePlatformTestCase
import com.intellij.testFramework.replaceService
import junit.framework.TestCase
import kotlinx.coroutines.runBlocking
import org.jetbrains.plugins.terminal.block.util.ShellCompletionTestFixture
import org.jetbrains.plugins.terminal.testFramework.completion.ShellCompletionTestFixture
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.JUnit4