1
0
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:
Alex Plate 2022-05-24 15:16:45 +03:00
parent aa3b2e988f
commit 620eca3a0d
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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