diff --git a/internal/crypto/crypto_int_test.go b/internal/crypto/crypto_int_test.go index 769f34d1e..a370ef32e 100644 --- a/internal/crypto/crypto_int_test.go +++ b/internal/crypto/crypto_int_test.go @@ -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) {