mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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