Browse Source

force circleci to try again

ryan 6 years ago
parent
commit
f5e8734c6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/grafana-ui/src/utils/displayValue.test.ts

+ 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 });
   });
 
-  it('Text', () => {
+  it('Text to number', () => {
     assertSame('3', processors, { text: '3', numeric: 3 });
   });