mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
message_flags.test: Call send_read with an array.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
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;
|
||||
|
||||
Reference in New Issue
Block a user