提交 db7bbadf 编写于 作者: Y Yorick Peterse

Fixed styling of MetricsWorker specs

上级 ddca57d3
......@@ -33,7 +33,7 @@ describe MetricsWorker do
it 'drops empty tags' do
metrics = worker.prepare_metrics([
{ 'values' => {}, 'tags' => { 'cats' => '', 'dogs' => nil }}
{ 'values' => {}, 'tags' => { 'cats' => '', 'dogs' => nil } }
])
expect(metrics).to eq([{ values: {}, tags: {} }])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册