mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	node_tests: Add missing stream_id to msg.
.msg of a message container should have the "stream_id" property when it is a stream message. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							a3a0103d86
						
					
				
				
					commit
					a63d3507ac
				
			@@ -421,6 +421,7 @@ test("merge_message_groups", () => {
 | 
				
			|||||||
            status_message: false,
 | 
					            status_message: false,
 | 
				
			||||||
            type: "stream",
 | 
					            type: "stream",
 | 
				
			||||||
            stream: "Test stream 1",
 | 
					            stream: "Test stream 1",
 | 
				
			||||||
 | 
					            stream_id: 2,
 | 
				
			||||||
            topic: "Test topic 1",
 | 
					            topic: "Test topic 1",
 | 
				
			||||||
            sender_email: "test@example.com",
 | 
					            sender_email: "test@example.com",
 | 
				
			||||||
            timestamp: (next_timestamp += 1),
 | 
					            timestamp: (next_timestamp += 1),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user