Cleaned up test with assertk

This commit is contained in:
Erik C. Thauvin 2022-10-03 11:02:35 -07:00
parent 790238a2b4
commit 8c3243fb52
8 changed files with 119 additions and 71 deletions

View file

@ -63,6 +63,11 @@ class HttpErrorException(
To use with [Gradle](https://gradle.org/), include the following dependency in your build file:
```gradle
repositories {
mavenCentral()
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
}
dependencies {
implementation("net.thauvin.erik:jokeapi:0.9-SNAPSHOT")
}