chore(android): fix ktlint function-signature violation in ShelfRefreshWorkerTest
This commit is contained in:
@@ -186,8 +186,7 @@ class ShelfRefreshWorkerTest {
|
|||||||
|
|
||||||
private val directExecutor = Executor { it.run() }
|
private val directExecutor = Executor { it.run() }
|
||||||
|
|
||||||
private fun uniqueWorkInfos(): List<WorkInfo> =
|
private fun uniqueWorkInfos(): List<WorkInfo> = WorkManager.getInstance(context).getWorkInfosForUniqueWork(ShelfRefreshScheduler.WORK_NAME).get()
|
||||||
WorkManager.getInstance(context).getWorkInfosForUniqueWork(ShelfRefreshScheduler.WORK_NAME).get()
|
|
||||||
|
|
||||||
private fun syncCall(generation: Long) = MethodCall(
|
private fun syncCall(generation: Long) = MethodCall(
|
||||||
"sync",
|
"sync",
|
||||||
|
|||||||
Reference in New Issue
Block a user