fixing tests
This commit is contained in:
parent
d81433a0f3
commit
42a2642e41
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue