diff options
Diffstat (limited to 'plugin/dnstap/msg/msg_test.go')
-rw-r--r-- | plugin/dnstap/msg/msg_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/dnstap/msg/msg_test.go b/plugin/dnstap/msg/msg_test.go index 84047a411..57a4e4fe0 100644 --- a/plugin/dnstap/msg/msg_test.go +++ b/plugin/dnstap/msg/msg_test.go @@ -19,7 +19,7 @@ func testRequest(t *testing.T, expected Builder, r request.Request) { d.SocketFam != expected.SocketFam || !reflect.DeepEqual(d.Address, expected.Address) || d.Port != expected.Port { - t.Fatalf("expected: %v, have: %v", expected, d) + t.Fatalf("Expected: %v, have: %v", expected, d) return } } |