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:
Konstantin Hudyakov
2024-10-23 17:19:29 +03:00
committed by intellij-monorepo-bot
parent 318a6ca4c3
commit 5395d08330

View File

@@ -43,7 +43,7 @@ abstract class SurroundAndUnwrapLesson
surroundItems.all { sequence.contains(it) }
}
}
restoreByUi()
restoreByUi(delayMillis = defaultRestoreDelay)
test {
type("${surroundItems.joinToString(separator = " ")}\n")
}