diff options
Diffstat (limited to 'plugin/pkg/dnsutil/reverse_test.go')
-rw-r--r-- | plugin/pkg/dnsutil/reverse_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/pkg/dnsutil/reverse_test.go b/plugin/pkg/dnsutil/reverse_test.go index 3cf2f0c51..6fb82795f 100644 --- a/plugin/pkg/dnsutil/reverse_test.go +++ b/plugin/pkg/dnsutil/reverse_test.go @@ -66,6 +66,5 @@ func TestIsReverse(t *testing.T) { if got != tc.expected { t.Errorf("Test %d, got %d, expected %d for %s", i, got, tc.expected, tc.name) } - } } |