Skip to content

Commit fd3dbcd

Browse files
committed
lint: dot_test.go
1 parent 26b9e48 commit fd3dbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/dns53/dot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ func TestWinReaches(t *testing.T) {
566566
ko(t, err)
567567

568568
if r == nil {
569-
t.Fatal("nil response from %s", u.String())
569+
t.Fatalf("nil response from %s", u.String())
570570
}
571571
if body := r.Body; body != nil {
572572
defer body.Close()

0 commit comments

Comments
 (0)