Fix compilation issue in Fake class.
This commit is contained in:
parent
89d4969833
commit
231d4b1577
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ import io.element.android.tests.testutils.simulateLongTask
|
||||||
|
|
||||||
class FakeComputeCacheSizeUseCase : ComputeCacheSizeUseCase {
|
class FakeComputeCacheSizeUseCase : ComputeCacheSizeUseCase {
|
||||||
override suspend fun execute() = simulateLongTask {
|
override suspend fun execute() = simulateLongTask {
|
||||||
0L
|
"O kB"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue