mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 06:07:44 +00:00
Typo in crypto test name
This commit is contained in:
parent
072cf7b02d
commit
8fb2c0d3c1
@ -164,7 +164,7 @@ func TestCrypto(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestNonceVadlid(t *testing.T) {
|
func TestNonceValid(t *testing.T) {
|
||||||
nonce := make([]byte, ivSize)
|
nonce := make([]byte, ivSize)
|
||||||
|
|
||||||
if validNonce(nonce) {
|
if validNonce(nonce) {
|
||||||
|
Loading…
Reference in New Issue
Block a user