Fix keyring copypasta test failure

This commit is contained in:
Jeff Mitchell 2017-01-24 14:00:13 -05:00
parent 31ce37188b
commit 061bd6012d
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func TestKey_Serialize(t *testing.T) {
// Work around timezone bug due to DeepEqual using == for comparison
if !k.InstallTime.Equal(out.InstallTime) {
t.Fatalf("bad: key 1:\n%#v\nkey 2:\n%#v", key1, key2)
t.Fatalf("bad: expected:\n%#v\nactual:\n%#v", k, out)
}
if !reflect.DeepEqual(k, out) {