aboutsummaryrefslogtreecommitdiff
path: root/test/plugin_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_test.go')
-rw-r--r--test/plugin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_test.go b/test/plugin_test.go
index c2382873c..cf1680d72 100644
--- a/test/plugin_test.go
+++ b/test/plugin_test.go
@@ -17,7 +17,7 @@ func benchmarkLookupBalanceRewriteCache(b *testing.B) {
t := new(testing.T)
name, rm, err := test.TempFile(".", exampleOrg)
if err != nil {
- t.Fatalf("failed to create zone: %s", err)
+ t.Fatalf("Failed to create zone: %s", err)
}
defer rm()