1
0
Fork 0

Lint files

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-02-02 21:07:44 +01:00
parent e9fc9fdf12
commit 54be6beaab
No known key found for this signature in database
GPG key ID: D808B4C167352E59
4 changed files with 5 additions and 5 deletions

View file

@ -210,7 +210,7 @@ func TestRemoveDuplicates(t *testing.T) {
t.Errorf("Bad expiration %s date for domain %+v, now %s", cert.tlsCert.Leaf.NotAfter.String(), cert, now.Add(48*time.Hour).Truncate(1*time.Second).String())
}
default:
t.Errorf("Unkown domain %+v", cert)
t.Errorf("Unknown domain %+v", cert)
}
}
}