Skip to content

Commit

Permalink
Fix MiscTest test names
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 30, 2024
1 parent d7b5064 commit d17fea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/test/kotlin/eu/iamgio/quarkdown/MiscTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import kotlin.test.assertNull
*/
class MiscTest {
@Test
fun treeVisit() {
fun `tree visit`() {
val node =
AstRoot(
listOf(
Expand Down Expand Up @@ -104,7 +104,7 @@ class MiscTest {
}

@Test
fun tableOfContents() {
fun `table of contents`() {
val headings1 =
sequenceOf(
Heading(1, listOf(Text("ABC"))),
Expand Down

0 comments on commit d17fea1

Please sign in to comment.