Skip to content

Commit 027ee56

Browse files
committed
Import crypto for all snapshotters during testsuite
Fixes runtime panic for testing snapshotters Signed-off-by: Phil Estes <[email protected]>
1 parent af2fb4e commit 027ee56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

snapshots/testsuite/testsuite.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ package testsuite
1818

1919
import (
2020
"context"
21+
//nolint:golint
22+
_ "crypto/sha256"
2123
"fmt"
2224
"io/ioutil"
2325
"math/rand"

0 commit comments

Comments
 (0)