mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	update test
This commit is contained in:
		
							parent
							
								
									ae1e276085
								
							
						
					
					
						commit
						5b244cc6eb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -727,7 +727,7 @@ describe('Timelines', () => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			await waitForPushToTl();
 | 
								await waitForPushToTl();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			const res = await api('/notes/hybrid-timeline', { }, alice);
 | 
								const res = await api('/notes/hybrid-timeline', { limit: 100 }, alice);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			assert.strictEqual(res.body.some((note: any) => note.id === bobNote.id), false);
 | 
								assert.strictEqual(res.body.some((note: any) => note.id === bobNote.id), false);
 | 
				
			||||||
			assert.strictEqual(res.body.some((note: any) => note.id === carolNote.id), true);
 | 
								assert.strictEqual(res.body.some((note: any) => note.id === carolNote.id), true);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue