Skip to content

Commit

Permalink
start klintFormat task
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmedalijaK committed Dec 16, 2024
1 parent 12df242 commit f33f51a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TextMatcher(
value = text,
startIndex = currentIndex,
endIndex = currentIndex + text.length,
)
),
)

if (!repeatingOccurrences) break
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import io.kotest.matchers.collections.shouldContain
import io.kotest.matchers.collections.shouldContainAll
import io.kotest.matchers.collections.shouldContainExactlyInAnyOrder
import io.kotest.matchers.collections.shouldNotContain
import io.kotest.matchers.shouldBe
import org.junit.Test

class TextMatcherTest {
Expand Down

0 comments on commit f33f51a

Please sign in to comment.