diff options
Diffstat (limited to 'plugin/pkg/dnstest/multirecorder_test.go')
-rw-r--r-- | plugin/pkg/dnstest/multirecorder_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/pkg/dnstest/multirecorder_test.go b/plugin/pkg/dnstest/multirecorder_test.go index 756b635ac..1299db587 100644 --- a/plugin/pkg/dnstest/multirecorder_test.go +++ b/plugin/pkg/dnstest/multirecorder_test.go @@ -19,7 +19,6 @@ func TestMultiWriteMsg(t *testing.T) { if len(record.Msgs) != 2 { t.Fatalf("Expected 2 messages to be written, but instead found %d\n", len(record.Msgs)) - } if record.Len != responseTestMsg.Len()*2 { t.Fatalf("Expected the bytes written counter to be %d, but instead found %d\n", responseTestMsg.Len()*2, record.Len) |