Skip to content

Commit 036ede6

Browse files
committed
Import crypto for all snapshotters during testsuite
Fixes runtime panic for testing snapshotters Signed-off-by: Phil Estes <[email protected]> (cherry picked from commit 027ee56)
1 parent 8d839c4 commit 036ede6

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)