mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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(
|
||||
pm_conversations,
|
||||
"set_partner",
|
||||
() => assert(false),
|
||||
() => assert.fail(),
|
||||
() => {
|
||||
pm_conversations.process_message(message);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user