mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJOB-568 Fix unexpected restore in Surround and Unwrap lesson
It happened in the Java version of the lesson. (cherry picked from commit e8eee237f0c5d18bc34e34311216402f3215920f) IJ-CR-147744 GitOrigin-RevId: b82fcc70afad11096af998445f1c97d13c3e4a6c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
318a6ca4c3
commit
5395d08330
@@ -43,7 +43,7 @@ abstract class SurroundAndUnwrapLesson
|
||||
surroundItems.all { sequence.contains(it) }
|
||||
}
|
||||
}
|
||||
restoreByUi()
|
||||
restoreByUi(delayMillis = defaultRestoreDelay)
|
||||
test {
|
||||
type("${surroundItems.joinToString(separator = " ")}\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user