fixing tests

This commit is contained in:
jusax23 2023-03-20 16:31:10 +01:00
parent d81433a0f3
commit 42a2642e41
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -186,6 +186,7 @@ const list = [
}, "listRooms", {}, "ok", [
{
name: room1,
server: "localhost:7224",
owner: name1,
rights: 0b11111,
title: "Test Room 1",
@ -194,6 +195,7 @@ const list = [
icon: "shopping"
}, {
name: room2,
server: "localhost:7224",
owner: name1,
rights: 0b11111,
title: "Test Room 2",
@ -228,6 +230,7 @@ const list = [
}, "listRooms", {}, "ok", [
{
name: room1,
server: "localhost:7224",
owner: name1,
rights: 0b11111,
title: "Test Room 1",