mirror of https://github.com/zulip/zulip.git
message_flags.test: Call send_read with an array.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
9d514a29d1
commit
941a9bab38
|
@ -285,7 +285,7 @@ run_test("read_empty_data", ({override}) => {
|
|||
}
|
||||
|
||||
// send read to obtain success callback
|
||||
send_read({locally_echoed: false, id: 1});
|
||||
send_read([{locally_echoed: false, id: 1}]);
|
||||
|
||||
// verify early return on empty data
|
||||
const success_callback = channel_post_opts.success;
|
||||
|
|
Loading…
Reference in New Issue