mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
node_tests: Use assert.fail.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c446435f54
commit
0d4c142f0b
@@ -230,7 +230,7 @@ test("errors", () => {
|
|||||||
with_field(
|
with_field(
|
||||||
pm_conversations,
|
pm_conversations,
|
||||||
"set_partner",
|
"set_partner",
|
||||||
() => assert(false),
|
() => assert.fail(),
|
||||||
() => {
|
() => {
|
||||||
pm_conversations.process_message(message);
|
pm_conversations.process_message(message);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user