Localazy Download (#29675)

* [create-pull-request] automated change

* test: fix `RoomListItemView` test

---------

Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
Co-authored-by: Florian Duros <florian.duros@ormaz.fr>
This commit is contained in:
ElementRobot
2025-04-08 11:51:15 +02:00
committed by GitHub
parent 8fc6638d6e
commit 2bc7223c1c
10 changed files with 48 additions and 43 deletions

View File

@@ -77,9 +77,9 @@ describe("RoomListItemViewModel", () => {
it.each([
{
label: "unset message",
label: "unsent message",
mock: () => jest.spyOn(notificationState, "isUnsetMessage", "get").mockReturnValue(true),
expected: "Open room roomName with an unset message.",
expected: "Open room roomName with an unsent message.",
},
{
label: "invitation",