mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update test
This commit is contained in:
		
							parent
							
								
									917726fecc
								
							
						
					
					
						commit
						aeaf535ea2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -332,8 +332,8 @@ describe('Chart', () => {
 | 
				
			||||||
		assert.deepStrictEqual(chartDays, {
 | 
							assert.deepStrictEqual(chartDays, {
 | 
				
			||||||
			foo: {
 | 
								foo: {
 | 
				
			||||||
				dec: [0, 0, 0],
 | 
									dec: [0, 0, 0],
 | 
				
			||||||
				inc: [0, 0, 0],
 | 
									inc: [2, 0, 0],
 | 
				
			||||||
				total: [0, 0, 0]
 | 
									total: [2, 0, 0]
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
	}));
 | 
						}));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue