Skip to content

Commit

Permalink
test: Fix integration test compile errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jul 14, 2021
1 parent da31e46 commit 637fd21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clean:
@rm -rf ./interfaces/

# Run the integration tests
test-integration:
integration-test:
@echo Testing membrane plugins
@go run github.com/onsi/ginkgo/ginkgo ./tests/...

Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/document/boltdb/boltdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"os"

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package document_test
package document

import (
"fmt"
Expand Down

0 comments on commit 637fd21

Please sign in to comment.