aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnstap/handler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/dnstap/handler_test.go')
-rw-r--r--plugin/dnstap/handler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/dnstap/handler_test.go b/plugin/dnstap/handler_test.go
index 01dbb873a..b86fe019d 100644
--- a/plugin/dnstap/handler_test.go
+++ b/plugin/dnstap/handler_test.go
@@ -42,7 +42,7 @@ func (w *writer) Dnstap(e tap.Dnstap) {
w.t.Error("Message not expected.")
}
if !test.MsgEqual(w.queue[0], e.Message) {
- w.t.Errorf("want: %v, have: %v", w.queue[0], e.Message)
+ w.t.Errorf("Want: %v, have: %v", w.queue[0], e.Message)
}
w.queue = w.queue[1:]
}