Cleaned up test with assertk

This commit is contained in:
Erik C. Thauvin 2022-10-03 14:07:20 -07:00
parent 9c0cba7906
commit 656740b748
3 changed files with 69 additions and 42 deletions

View file

@ -49,6 +49,7 @@ dependencies {
implementation("org.json:json:20220924")
testImplementation(kotlin("test"))
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
}
application {