From d939bd910b8e1afd21171b03c97f80230c66e4bf Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Mon, 21 Jun 2021 08:28:12 +0100 Subject: [PATCH] Minor: Fix confusing test description Leftover from #1560, I noticed that I had left a confusing description for a test group. --- spec/ddtrace/metrics_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ddtrace/metrics_spec.rb b/spec/ddtrace/metrics_spec.rb index d9d10d9aef..2d669a3c43 100644 --- a/spec/ddtrace/metrics_spec.rb +++ b/spec/ddtrace/metrics_spec.rb @@ -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