Skip to content

Commit

Permalink
Fixed ktlint max line exceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Oct 9, 2024
1 parent fa76163 commit 609df11
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ class WikiTableOfContentsCheckTest {
runScript()
}

assertThat(exception).hasMessageThat().contains("Wiki doesn't contain headers referenced in Table of Contents.")
assertThat(exception).hasMessageThat().contains(
"Wiki doesn't contain headers referenced in Table of Contents."
)
}

@Test
Expand Down

0 comments on commit 609df11

Please sign in to comment.