Skip to content

Commit

Permalink
test/chan: remove users field from test
Browse files Browse the repository at this point in the history
The client side fetches the user list when needed, we don't send
it over from the server.
Hence modify the test expectation.
  • Loading branch information
brunnre8 committed Apr 21, 2024
1 parent 6529743 commit 1ed379e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/models/chan.ts
Expand Up @@ -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",
Expand Down

0 comments on commit 1ed379e

Please sign in to comment.