Typo in test

This commit is contained in:
Miek Gieben 2012-01-22 19:56:13 +01:00
parent 3159bab78c
commit d78647b17d
1 changed files with 1 additions and 1 deletions

View File

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