More fixes of id vs alias

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-07-03 19:30:38 +02:00
parent e1ef18093f
commit b08044c06d
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ describe("CallList", () => {
it("should show room", async () => {
const rooms = [
{ roomName: "Room #1", roomAlias: "!roomId" },
{ roomName: "Room #1", roomAlias: "#room-name:server.org" },
] as GroupCallRoom[];
const result = renderComponent(rooms);