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 (
|
||||
"testing"
|
||||
|
||||
"github.com/fnproject/fn/api/datastore/internal/datastoretest"
|
||||
"github.com/fnproject/fn/api/datastore/datastoretest"
|
||||
"github.com/fnproject/fn/api/models"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user