|
@@ -33,9 +33,10 @@ import (
|
|
|
"os"
|
|
"os"
|
|
|
"testing"
|
|
"testing"
|
|
|
|
|
|
|
|
- "github.com/docker/api/errdefs"
|
|
|
|
|
"github.com/stretchr/testify/require"
|
|
"github.com/stretchr/testify/require"
|
|
|
"github.com/stretchr/testify/suite"
|
|
"github.com/stretchr/testify/suite"
|
|
|
|
|
+
|
|
|
|
|
+ "github.com/docker/api/errdefs"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
type StoreTestSuite struct {
|
|
type StoreTestSuite struct {
|