mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
mock datastore tests (#562)
This commit is contained in:
committed by
Travis Reeder
parent
947fedb194
commit
17e18d872b
11
api/datastore/mock_test.go
Normal file
11
api/datastore/mock_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package datastore
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/iron-io/functions/api/datastore/internal/datastoretest"
|
||||
)
|
||||
|
||||
func TestDatastore(t *testing.T) {
|
||||
datastoretest.Test(t, NewMock(nil, nil))
|
||||
}
|
||||
Reference in New Issue
Block a user