Skip to content

Commit d6645b7

Browse files
authored
Merge pull request #20 from SnipMeDev/fix/unclosed-string-exception
Fixed unclosed string exception
2 parents 073cbfb + d5941d5 commit d6645b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonTest/kotlin/dev/snipme/highlights/internal/locator/StringLocatorTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package dev.snipme.highlights.internal.locator
22

33
import dev.snipme.highlights.internal.printResults
44
import dev.snipme.highlights.model.PhraseLocation
5-
import kotlin.test.assertEquals
65
import kotlin.test.Test
6+
import kotlin.test.assertEquals
77

88
internal class StringLocatorTest {
99
@Test

0 commit comments

Comments
 (0)