mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Fix assert
This commit is contained in:
		
							parent
							
								
									10c2493e28
								
							
						
					
					
						commit
						13cf218ccf
					
				@ -369,7 +369,7 @@ test('should not fail when toggle metrics is missing yes/no field', t => {
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    t.truthy(metrics.globalCount === 123);
 | 
					    t.is(metrics.globalCount, 123);
 | 
				
			||||||
    t.deepEqual(metrics.getTogglesMetrics().lastMinute.toggleX, {
 | 
					    t.deepEqual(metrics.getTogglesMetrics().lastMinute.toggleX, {
 | 
				
			||||||
        yes: 123,
 | 
					        yes: 123,
 | 
				
			||||||
        no: 0,
 | 
					        no: 0,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user