mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[terminal] fix warning - remove redundant qualifier
GitOrigin-RevId: 60e2ba32f237bb46ff0b1a73637c942d1925604a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2d341e0ccc
commit
c87096fcd5
+1
-1
@@ -73,7 +73,7 @@ internal class BlockTerminalCommandExecutionTest(private val shellPath: Path) {
|
||||
@Test
|
||||
fun `multiline commands with bracketed mode`() {
|
||||
val (session, view) = startSessionAndCreateView()
|
||||
Assume.assumeTrue(session.model.isBracketedPasteMode)
|
||||
assumeTrue(session.model.isBracketedPasteMode)
|
||||
val expected = listOf(
|
||||
CommandResult("echo 1\necho 2", "1\n2")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user