Cleaned up test with assertk
This commit is contained in:
parent
790238a2b4
commit
8c3243fb52
8 changed files with 119 additions and 71 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue