Skip to content
Snippets Groups Projects
Commit db7bbadf authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Fixed styling of MetricsWorker specs

parent ddca57d3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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: {} }])
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment