mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-14 02:35:47 +01:00
Update TimelinePreviousLastForwardTest.kt
Update comments in line with code changes.
This commit is contained in:
parent
261dadb986
commit
94411ed60e
@ -224,8 +224,8 @@ class TimelinePreviousLastForwardTest : InstrumentedTest {
|
||||
|
||||
// Bob can see the first event of the room (so Back pagination has worked)
|
||||
snapshot.lastOrNull()?.root?.getClearType() == EventType.STATE_ROOM_CREATE &&
|
||||
// 8 for room creation item 60 message from Alice
|
||||
snapshot.size == 69 && // 8 + 60
|
||||
// 9 for room creation item 60 message from Alice
|
||||
snapshot.size == 69 && // 9 + 60U
|
||||
snapshot.checkSendOrder(secondMessage, 30, 0) &&
|
||||
snapshot.checkSendOrder(firstMessage, 30, 30)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user