Testing Data Layer

This commit is contained in:
2021-09-09 03:19:03 +02:00
parent 9684c96610
commit 5ddccb03a8
18 changed files with 443 additions and 19 deletions
@@ -19,6 +19,7 @@ class AnimatorRepositoryImpl @Inject constructor(
private val coroutineScope: CoroutineScope,
@IoDispatcher private val coroutineDispatcher: CoroutineDispatcher
) : AnimatorRepository {
override fun findAll(): Flow<Result<List<Animator>>> {
refreshData()
return localDataSource.findAll()