mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Changes test name
This commit is contained in:
parent
d586f64338
commit
31b245b8e3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class DataSourceTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `given PublishDataSource with a large enough buffer size, when posting values after observing, then only the latest values are observed`() = runTest {
|
||||
fun `given PublishDataSource with a large enough buffer size, when posting values after observing, then all values are observed`() = runTest {
|
||||
val valuesToPost = listOf(2, 3, 4, 5, 6, 7, 8, 9)
|
||||
val publishDataSource = PublishDataSource<Int>(bufferSize = valuesToPost.size)
|
||||
publishDataSource.test(testScheduler, valuesToPost, valuesToPost)
|
||||
|
|
Loading…
Add table
Reference in a new issue