node tests: Fix schema for stream events.

This commit is contained in:
Tim Abbott 2020-07-27 16:52:29 -07:00
parent 9266315a1f
commit 49926bc07b
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ const streams = {
rendered_description: "<b>devel fun</b>", rendered_description: "<b>devel fun</b>",
invite_only: false, invite_only: false,
stream_id: 101, stream_id: 101,
date_created: 1595823892,
first_message_id: 1, first_message_id: 1,
history_public_to_subscribers: false, history_public_to_subscribers: false,
is_announcement_only: false, is_announcement_only: false,
@ -50,6 +51,7 @@ const streams = {
rendered_description: "test desc", rendered_description: "test desc",
invite_only: true, invite_only: true,
stream_id: 102, stream_id: 102,
date_created: 1595823893,
first_message_id: 1, first_message_id: 1,
history_public_to_subscribers: false, history_public_to_subscribers: false,
is_web_public: false, is_web_public: false,