Typo in test

This commit is contained in:
Miek Gieben 2012-01-22 19:56:13 +01:00
parent 3159bab78c
commit d78647b17d

View File

@ -146,7 +146,7 @@ func TestSignVerify(t *testing.T) {
t.Fail() t.Fail()
continue continue
} }
t.Log("Validate %s\n", r.Header().Name) t.Logf("Validated: %s\n", r.Header().Name)
} }
} }