mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-03-01 13:46:02 +01:00
Correctly fix the test
This commit is contained in:
parent
aa3b2e988f
commit
620eca3a0d
@ -477,7 +477,6 @@ class CommentaryExtensionTest : VimTestCase() {
|
||||
}
|
||||
|
||||
@VimBehaviorDiffers(originalVimAfter = """
|
||||
|
||||
final Int value = 42;
|
||||
""")
|
||||
fun `test text object deletes single line comment from current line`() {
|
||||
@ -488,6 +487,7 @@ class CommentaryExtensionTest : VimTestCase() {
|
||||
final Int <caret>value = 42;
|
||||
""".trimIndent(),
|
||||
"""
|
||||
|
||||
final Int value = 42;
|
||||
""".trimIndent(),
|
||||
CommandState.Mode.COMMAND, CommandState.SubMode.NONE, JavaFileType.INSTANCE
|
||||
|
Loading…
Reference in New Issue
Block a user