[Java] Rename JavaCommandCompletionTest to JavaShellCommandSpecsProviderTest

IDEA-359375

GitOrigin-RevId: c7d422ea41472ed6aecaabb013093ca4f585bd55
This commit is contained in:
Georgii Ustinov
2024-09-19 16:07:39 +03:00
committed by intellij-monorepo-bot
parent d88acc1137
commit 3e7424d3ff

View File

@@ -10,7 +10,7 @@ import org.junit.runner.RunWith
import org.junit.runners.JUnit4
@RunWith(JUnit4::class)
class JavaCommandCompletionTest : BasePlatformTestCase() {
class JavaShellCommandSpecsProviderTest : BasePlatformTestCase() {
@Test
fun `default options are present`() = runBlocking {
val fixture = ShellCompletionTestFixture.builder(project).build()