mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
test/chan: remove users field from test
The client side fetches the user list when needed, we don't send it over from the server. Hence modify the test expectation.
This commit is contained in:
parent
a200bab8bd
commit
5567f07a7c
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ describe("Chan", function () {
|
|||
"topic",
|
||||
"type",
|
||||
"unread",
|
||||
"users",
|
||||
// the following are there in special cases, need to fix the types
|
||||
"num_users",
|
||||
"special",
|
||||
|
|
Loading…
Reference in a new issue