Typo in crypto test name

This commit is contained in:
greatroar 2020-03-06 09:58:45 +01:00
parent 072cf7b02d
commit 8fb2c0d3c1
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ func TestCrypto(t *testing.T) {
}
}
func TestNonceVadlid(t *testing.T) {
func TestNonceValid(t *testing.T) {
nonce := make([]byte, ivSize)
if validNonce(nonce) {