Skip to content

Commit

Permalink
Add last branch test for 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattking committed Jul 28, 2024
1 parent 61e3183 commit 0ff69a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/info/mking/k2zpl/command/GraphicBoxTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class GraphicBoxTest : DescribeSpec({
row(1, 32001, 1, 1),
row(1, 1, 0, 1),
row(1, 1, 32001, 1),
row(1, 1, 1, -1),
row(1, 1, 1, 9)
).forAll { width, height, thickness, rounding ->
shouldThrow<IllegalArgumentException> {
Expand Down

0 comments on commit 0ff69a6

Please sign in to comment.