mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:37:40 +00:00
Typo in crypto test name
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user