Commit db7bbadf authored by Yorick Peterse's avatar Yorick Peterse

Fixed styling of MetricsWorker specs

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment