1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-13 02:15:43 +02:00

Add empty test to avoid warning

This commit is contained in:
Alex Plate 2021-01-29 11:32:23 +03:00
parent c2e32d8989
commit d7772bec48
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -62,6 +62,10 @@ class MapPropertyTest : VimPropertyTest() {
}
}
}
fun testEmpty() {
// Just an empty test
}
}
// I think, it would be enough to test normal mode only. Not sure if it's true