We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7915585 commit 4760705Copy full SHA for 4760705
example_test.go
@@ -30,6 +30,6 @@ func TestExample(t *testing.T) {
30
// Call our plugin directly, and check the result.
31
x.ServeDNS(ctx, rec, r)
32
if a := b.String(); a != "example\n" {
33
- t.Errorf("Failed to print '%s', got %s", example, a)
+ t.Errorf("Failed to print '%s', got %s", "example", a)
34
}
35
0 commit comments