mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	notifications_data: Rename id -> user_id.
				
					
				
			We also make this a mandatory named argument for our test helper for clarity.
This commit is contained in:
		@@ -23,8 +23,8 @@ class MissedMessageTest(ZulipTestCase):
 | 
			
		||||
        hamlet = self.example_user("hamlet")
 | 
			
		||||
        othello = self.example_user("othello")
 | 
			
		||||
        user_data_objects = [
 | 
			
		||||
            self.create_user_notifications_data_object(id=hamlet.id),
 | 
			
		||||
            self.create_user_notifications_data_object(id=othello.id),
 | 
			
		||||
            self.create_user_notifications_data_object(user_id=hamlet.id),
 | 
			
		||||
            self.create_user_notifications_data_object(user_id=othello.id),
 | 
			
		||||
        ]
 | 
			
		||||
        message_type = "private"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user