Skip to content

Commit

Permalink
Minor: Fix confusing test description
Browse files Browse the repository at this point in the history
Leftover from #1560, I noticed that I had left a confusing description for a test group.
  • Loading branch information
ivoanjo authored Jun 21, 2021
1 parent bd7eee4 commit d939bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ddtrace/metrics_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
end
end

context 'when no statsd is either not installed, or an unsupported version is installed' do
context 'when statsd is either not installed, or an unsupported version is installed' do
let(:statsd_supported) { false }

context 'when no statsd instance is provided' do
Expand Down

0 comments on commit d939bd9

Please sign in to comment.