mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[Java] Rename JavaCommandCompletionTest to JavaShellCommandSpecsProviderTest
IDEA-359375 GitOrigin-RevId: c7d422ea41472ed6aecaabb013093ca4f585bd55
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d88acc1137
commit
3e7424d3ff
@@ -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()
|
||||
Reference in New Issue
Block a user