mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
Compare commits
3 Commits
v1.5.16
...
misc/jorge
Author | SHA1 | Date | |
---|---|---|---|
|
a485c094e3 | ||
|
1b4c1be865 | ||
|
92cdf4b95a |
1
changelog.d/6525.misc
Normal file
1
changelog.d/6525.misc
Normal file
@@ -0,0 +1 @@
|
||||
Upgrade dependency `io.element.android.opusencoder` to `v1.0.4`. This should fix some flaky instrumented tests.
|
@@ -97,7 +97,7 @@ ext.libs = [
|
||||
'flipperNetworkPlugin' : "com.facebook.flipper:flipper-network-plugin:$flipper",
|
||||
],
|
||||
element : [
|
||||
'opusencoder' : "io.element.android:opusencoder:1.0.3",
|
||||
'opusencoder' : "io.element.android:opusencoder:1.0.4",
|
||||
],
|
||||
squareup : [
|
||||
'moshi' : "com.squareup.moshi:moshi:$moshi",
|
||||
|
@@ -164,7 +164,7 @@ class TimelineForwardPaginationTest : InstrumentedTest {
|
||||
val snapshot = runBlocking {
|
||||
aliceTimeline.awaitPaginate(Timeline.Direction.FORWARDS, 50)
|
||||
// We should paginate one more time to check we are at the end now that chunks are not merged.
|
||||
aliceTimeline.awaitPaginate(Timeline.Direction.FORWARDS, 50)
|
||||
// aliceTimeline.awaitPaginate(Timeline.Direction.FORWARDS, 50)
|
||||
}
|
||||
// 7 for room creation item (backward pagination),and numberOfMessagesToSend (all the message of the room)
|
||||
snapshot.size == 7 + numberOfMessagesToSend &&
|
||||
|
Reference in New Issue
Block a user