Skip to content

Commit

Permalink
Kover 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Feb 3, 2022
1 parent 1ff56a8 commit 48d9070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/test/kotlin/se/thanh/sparrow/user/UserServiceIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal class UserServiceIT(
runBlocking {
// add a new user
val resp = service.deleteOne(9999)
assertThat(resp).isFalse()
assertThat(resp).isFalse
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/se/thanh/sparrow/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Version {
const val testcontainers: String = "1.16.0"
const val reactorTest: String = "3.4.10"

const val kover = "0.5.0-RC2"
const val kover = "0.5.0"
}

object Libs {
Expand Down

0 comments on commit 48d9070

Please sign in to comment.