浏览代码

force circleci to try again

ryan 6 年之前
父节点
当前提交
f5e8734c6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 });
   });