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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user