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

rename NFATest to VimRegexEngineTest

This commit is contained in:
Emanuel Gestosa 2023-09-15 17:54:42 +01:00 committed by lippfi
parent 232f81ff48
commit 5fdf675168

View File

@ -32,7 +32,7 @@ import kotlin.test.assertEquals
import kotlin.test.assertTrue import kotlin.test.assertTrue
import kotlin.test.fail import kotlin.test.fail
class NFATest { class VimRegexEngineTest {
@Test @Test
fun `test match not found`() { fun `test match not found`() {
assertFailure( assertFailure(