Kaynağa Gözat

force circleci to try again

ryan 6 yıl önce
ebeveyn
işleme
f5e8734c6b

+ 1 - 1
packages/grafana-ui/src/utils/displayValue.test.ts

@@ -40,7 +40,7 @@ describe('Process simple display values', () => {
     assertSame(3, processors, { text: '3', numeric: 3 });
     assertSame(3, processors, { text: '3', numeric: 3 });
   });
   });
 
 
-  it('Text', () => {
+  it('Text to number', () => {
     assertSame('3', processors, { text: '3', numeric: 3 });
     assertSame('3', processors, { text: '3', numeric: 3 });
   });
   });