Repository Unit Tests #50
@ -456,6 +456,7 @@ class Repository(private val api: SelfossApi, private val appSettingsService: Ap
|
||||
return emptyList()
|
||||
}
|
||||
|
||||
AmineB marked this conversation as resolved
Outdated
|
||||
// TODO: Add tests
|
||||
suspend fun handleDBActions() {
|
||||
|
||||
AmineB marked this conversation as resolved
Outdated
AmineB
commented
This is useless. This is useless.
|
||||
val actions: List<ACTION> = getDBActions()
|
||||
|
Loading…
Reference in New Issue
Block a user
I think that the DB handles the duplicates.
Does it use the id to check for duplicates? If that is the case then all is good.