mirror of
https://github.com/restic/restic.git
synced 2025-08-24 16:27:30 +00:00
crypto.go nitpicks
This commit is contained in:
@@ -37,7 +37,7 @@ func TestCreatePack(t *testing.T) {
|
||||
file := bytes.NewBuffer(nil)
|
||||
|
||||
// create random keys
|
||||
k := crypto.NewKey()
|
||||
k := crypto.NewRandomKey()
|
||||
|
||||
// pack blobs
|
||||
p := pack.NewPacker(k, file)
|
||||
|
Reference in New Issue
Block a user