aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/ent_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/file/ent_test.go')
-rw-r--r--plugin/file/ent_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/ent_test.go b/plugin/file/ent_test.go
index 64244a44d..496d1a727 100644
--- a/plugin/file/ent_test.go
+++ b/plugin/file/ent_test.go
@@ -45,7 +45,7 @@ func TestLookupEnt(t *testing.T) {
rec := dnstest.NewRecorder(&test.ResponseWriter{})
_, err := fm.ServeDNS(ctx, rec, m)
if err != nil {
- t.Errorf("expected no error, got %v\n", err)
+ t.Errorf("Expected no error, got %v\n", err)
return
}