Add tests for MissingChapters function

This commit is contained in:
arkon
2023-04-15 09:51:52 -04:00
parent 4bcd623829
commit 8ab7e63293
8 changed files with 51 additions and 25 deletions

View File

@@ -21,5 +21,5 @@ dependencies {
api(libs.sqldelight.android.paging)
testImplementation(libs.junit)
testImplementation(libs.bundles.test)
}