mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 19:28:54 +03:00
Fixes lint error
This commit is contained in:
parent
c48fd7708c
commit
f3d7127f17
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class DataSourceTest {
|
|||
val expectedValues = listOf(2, 9)
|
||||
val publishDataSource = PublishDataSource<Int>(bufferSize = 1)
|
||||
publishDataSource.test(testScheduler, valuesToPost, expectedValues)
|
||||
|
||||
}
|
||||
|
||||
private suspend fun PublishDataSource<Int>.test(testScheduler: TestCoroutineScheduler, valuesToPost: List<Int>, expectedValues: List<Int>) {
|
||||
|
|
Loading…
Add table
Reference in a new issue