Skip to content

Commit 707d41f

Browse files
authored
Merge pull request #1562 from DataDog/ivoanjo/minor-fix-confusing-test-description
Minor: Fix confusing test description
2 parents bd7eee4 + d939bd9 commit 707d41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ddtrace/metrics_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
end
5656
end
5757

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

6161
context 'when no statsd instance is provided' do

0 commit comments

Comments
 (0)