Skip to content

Commit

Permalink
Fix live data testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pawegio committed Sep 23, 2024
1 parent 26ba1b5 commit 7ed5481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {

testImplementation("io.kotest:kotest-runner-junit5:5.4.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
testImplementation("com.jraska.livedata:testing-ktx:1.1.1")
testImplementation("com.jraska.livedata:testing-ktx:1.2.0")
testImplementation("com.github.langara:SMokK:0.0.4")
}

Expand Down

0 comments on commit 7ed5481

Please sign in to comment.