Skip to content

Commit

Permalink
Import crypto for all snapshotters during testsuite
Browse files Browse the repository at this point in the history
Fixes runtime panic for testing snapshotters

Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Nov 19, 2020
1 parent af2fb4e commit 027ee56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snapshots/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package testsuite

import (
"context"
//nolint:golint
_ "crypto/sha256"
"fmt"
"io/ioutil"
"math/rand"
Expand Down

0 comments on commit 027ee56

Please sign in to comment.