Skip to content

Commit

Permalink
Fix example plugin test build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
leiless committed Feb 8, 2020
1 parent 7915585 commit 4760705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ func TestExample(t *testing.T) {
// Call our plugin directly, and check the result.
x.ServeDNS(ctx, rec, r)
if a := b.String(); a != "example\n" {
t.Errorf("Failed to print '%s', got %s", example, a)
t.Errorf("Failed to print '%s', got %s", "example", a)
}
}

0 comments on commit 4760705

Please sign in to comment.