diff options
Diffstat (limited to 'plugin/file/ent_test.go')
-rw-r--r-- | plugin/file/ent_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/ent_test.go b/plugin/file/ent_test.go index 15b79c36a..64244a44d 100644 --- a/plugin/file/ent_test.go +++ b/plugin/file/ent_test.go @@ -33,7 +33,7 @@ var entTestCases = []test.Case{ func TestLookupEnt(t *testing.T) { zone, err := Parse(strings.NewReader(dbMiekENTNL), testzone, "stdin", 0) if err != nil { - t.Fatalf("expect no error when reading zone, got %q", err) + t.Fatalf("Expect no error when reading zone, got %q", err) } fm := File{Next: test.ErrorHandler(), Zones: Zones{Z: map[string]*Zone{testzone: zone}, Names: []string{testzone}}} |