mirror of
https://github.com/element-hq/element-android
synced 2024-12-17 23:02:48 +03:00
Adding todo to add unit tests on aggregation process
This commit is contained in:
parent
5efe26c7dd
commit
d9480bb136
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ import timber.log.Timber
|
|||
import java.util.concurrent.TimeUnit
|
||||
import javax.inject.Inject
|
||||
|
||||
// TODO add unit tests
|
||||
internal class LiveLocationAggregationProcessor @Inject constructor(
|
||||
@SessionId private val sessionId: String,
|
||||
private val workManagerProvider: WorkManagerProvider,
|
||||
|
|
Loading…
Reference in a new issue