mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Remove datastoretest from internal namespace so third-party datastore implementations can test compliance (#1091)
This commit is contained in:
@@ -3,7 +3,7 @@ package datastore
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/fnproject/fn/api/datastore/internal/datastoretest"
|
"github.com/fnproject/fn/api/datastore/datastoretest"
|
||||||
"github.com/fnproject/fn/api/models"
|
"github.com/fnproject/fn/api/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/fnproject/fn/api/datastore/internal/datastoretest"
|
"github.com/fnproject/fn/api/datastore/datastoretest"
|
||||||
"github.com/fnproject/fn/api/datastore/internal/datastoreutil"
|
"github.com/fnproject/fn/api/datastore/internal/datastoreutil"
|
||||||
"github.com/fnproject/fn/api/datastore/sql/migratex"
|
"github.com/fnproject/fn/api/datastore/sql/migratex"
|
||||||
"github.com/fnproject/fn/api/datastore/sql/migrations"
|
"github.com/fnproject/fn/api/datastore/sql/migrations"
|
||||||
|
|||||||
Reference in New Issue
Block a user