quality: fix tests after api changes
This commit is contained in:
parent
abcb38ef06
commit
1bde2384e9
4 changed files with 5 additions and 3 deletions
|
|
@ -746,7 +746,7 @@ class DefaultBaseRoomLastMessageFormatterTest {
|
|||
OtherState.RoomCanonicalAlias,
|
||||
OtherState.RoomGuestAccess,
|
||||
OtherState.RoomHistoryVisibility,
|
||||
OtherState.RoomJoinRules,
|
||||
OtherState.RoomJoinRules(null),
|
||||
OtherState.RoomPinnedEvents(OtherState.RoomPinnedEvents.Change.CHANGED),
|
||||
OtherState.RoomUserPowerLevels(emptyMap()),
|
||||
OtherState.RoomServerAcl,
|
||||
|
|
|
|||
|
|
@ -601,7 +601,7 @@ class DefaultPinnedMessagesBannerFormatterTest {
|
|||
OtherState.RoomCanonicalAlias,
|
||||
OtherState.RoomGuestAccess,
|
||||
OtherState.RoomHistoryVisibility,
|
||||
OtherState.RoomJoinRules,
|
||||
OtherState.RoomJoinRules(null),
|
||||
OtherState.RoomPinnedEvents(OtherState.RoomPinnedEvents.Change.CHANGED),
|
||||
OtherState.RoomUserPowerLevels(emptyMap()),
|
||||
OtherState.RoomServerAcl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue