Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Squiry committed Aug 5, 2023
1 parent cd16f63 commit 7faaa9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ComponentTest : AbstractKoraAppProcessorTest() {
""".trimIndent()
)
Assertions.assertThat(draw.nodes).hasSize(2)
draw.init().block()
draw.init()
}

@Test
Expand Down Expand Up @@ -51,6 +51,6 @@ class ComponentTest : AbstractKoraAppProcessorTest() {
""".trimIndent()
)
Assertions.assertThat(draw.nodes).hasSize(3)
draw.init().block()
draw.init()
}
}

0 comments on commit 7faaa9d

Please sign in to comment.