Skip to content

Commit

Permalink
test: Fix references to common test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jul 14, 2021
1 parent 637fd21 commit c29ed22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/document/dynamodb/dynamodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"os/exec"

ds_plugin "github.com/nitric-dev/membrane/plugins/document/dynamodb"
"github.com/nitric-dev/membrane/plugins/document/test"
test "github.com/nitric-dev/membrane/tests/plugins/document"
. "github.com/onsi/ginkgo"

"github.com/aws/aws-sdk-go/aws"
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/document/firestore/firestore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

"cloud.google.com/go/firestore"
ds_plugin "github.com/nitric-dev/membrane/plugins/document/firestore"
"github.com/nitric-dev/membrane/plugins/document/test"
test "github.com/nitric-dev/membrane/tests/plugins/document"
. "github.com/onsi/ginkgo"
)

Expand Down

0 comments on commit c29ed22

Please sign in to comment.