Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 20, 2022
1 parent ec7cc35 commit d327a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/mint/client/rest/grpc_query_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build norace
// +build norace

package rest_test
Expand All @@ -14,7 +15,7 @@ import (
"github.com/stretchr/testify/suite"

"github.com/cosmos/cosmos-sdk/testutil/network"
minttypes "github.com/public-awesome/stargaze/x/mint/types"
minttypes "github.com/public-awesome/stargaze/v2/x/mint/types"
)

type IntegrationTestSuite struct {
Expand Down

0 comments on commit d327a71

Please sign in to comment.