Skip to content

Commit a196a52

Browse files
committed
Fix test compilation
1 parent 3f012b0 commit a196a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix-sdk-android/src/androidTest/java/org/matrix/android/sdk/internal/crypto/E2eeShareKeysHistoryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class E2eeShareKeysHistoryTest : InstrumentedTest {
336336
testHelper.retryPeriodicallyWithLatch(latch) {
337337
val roomVisibility = aliceSession.getRoom(e2eRoomID)!!
338338
.stateService()
339-
.getStateEvent(EventType.STATE_ROOM_HISTORY_VISIBILITY)
339+
.getStateEvent(EventType.STATE_ROOM_HISTORY_VISIBILITY, QueryStringValue.IsEmpty)
340340
?.content
341341
?.toModel<RoomHistoryVisibilityContent>()
342342
Log.v("#E2E TEST ROTATION", "Room visibility changed from: ${initRoomHistoryVisibility.name} to: ${roomVisibility?.historyVisibility?.name}")

0 commit comments

Comments
 (0)