aboutsummaryrefslogtreecommitdiff
path: root/pkg/store/bolt_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/store/bolt_test.go')
-rw-r--r--pkg/store/bolt_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/store/bolt_test.go b/pkg/store/bolt_test.go
index 6ae940d..d4acd7d 100644
--- a/pkg/store/bolt_test.go
+++ b/pkg/store/bolt_test.go
@@ -19,12 +19,11 @@ import (
"io/ioutil"
"math/big"
"os"
- "testing"
-
"reflect"
+ "testing"
+ "git.sr.ht/~shulhan/easypki/pkg/certificate"
"github.com/boltdb/bolt"
- "github.com/google/easypki/pkg/certificate"
)
func TestBolt(t *testing.T) {