diff options
Diffstat (limited to 'plugin/file/closest_test.go')
-rw-r--r-- | plugin/file/closest_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/closest_test.go b/plugin/file/closest_test.go index b37495493..40c04ff26 100644 --- a/plugin/file/closest_test.go +++ b/plugin/file/closest_test.go @@ -8,7 +8,7 @@ import ( func TestClosestEncloser(t *testing.T) { z, err := Parse(strings.NewReader(dbMiekNL), 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) } tests := []struct { |