all: switch to kotlin.test for unit testing

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-18 23:08:06 +05:30
parent 733fb5d96c
commit 420f792290
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
11 changed files with 33 additions and 15 deletions

View file

@ -94,7 +94,6 @@ object Dependencies {
object Testing {
const val junit = "junit:junit:4.13.2"
const val mockWebServer = "com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.2"
}
}