chore(android): fix ktlint function-signature violation in ShelfRefreshWorkerTest

This commit is contained in:
edde746
2026-08-09 17:21:01 +02:00
parent 716fe9b51b
commit 8d284efa39
@@ -186,8 +186,7 @@ class ShelfRefreshWorkerTest {
private val directExecutor = Executor { it.run() }
private fun uniqueWorkInfos(): List<WorkInfo> =
WorkManager.getInstance(context).getWorkInfosForUniqueWork(ShelfRefreshScheduler.WORK_NAME).get()
private fun uniqueWorkInfos(): List<WorkInfo> = WorkManager.getInstance(context).getWorkInfosForUniqueWork(ShelfRefreshScheduler.WORK_NAME).get()
private fun syncCall(generation: Long) = MethodCall(
"sync",