Skip to content
Snippets Groups Projects
Commit f72a6560 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix another spec

parent 0b27d633
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,7 +23,7 @@ describe Gitlab::Metrics::MethodCall do
 
expect(metric.values[:duration]).to be_a_kind_of(Numeric)
expect(metric.values[:cpu_duration]).to be_a_kind_of(Numeric)
expect(metric.values[:call_count]).to an_instance_of(Integer)
expect(metric.values[:call_count]).to be_an(Integer)
 
expect(metric.tags).to eq({ method: 'Foo#bar' })
end
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