Cleaned up tests with assertk

This commit is contained in:
Erik C. Thauvin 2022-10-04 12:39:08 -07:00
parent 28d86b8b14
commit 3a37899d0c
3 changed files with 27 additions and 15 deletions

View file

@ -37,6 +37,7 @@ dependencies {
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
}
java {