Skip to content

Commit

Permalink
fix(test): use good fs import on logic test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Apr 24, 2023
1 parent 161bcac commit 0d6a7f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x/logic/keeper/grpc_query_ask_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package keeper_test
import (
gocontext "context"
"fmt"
"io/fs"
"testing"

"github.com/cosmos/cosmos-sdk/baseapp"
Expand All @@ -13,7 +14,6 @@ import (
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
"github.com/golang/mock/gomock"
"github.com/okp4/okp4d/x/logic"
"github.com/okp4/okp4d/x/logic/fs"
"github.com/okp4/okp4d/x/logic/keeper"
logictestutil "github.com/okp4/okp4d/x/logic/testutil"
"github.com/okp4/okp4d/x/logic/types"
Expand Down
2 changes: 1 addition & 1 deletion x/logic/keeper/grpc_query_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package keeper_test
import (
gocontext "context"
"fmt"
"io/fs"
"testing"

"cosmossdk.io/math"
Expand All @@ -14,7 +15,6 @@ import (
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
"github.com/golang/mock/gomock"
"github.com/okp4/okp4d/x/logic"
"github.com/okp4/okp4d/x/logic/fs"
"github.com/okp4/okp4d/x/logic/keeper"
logictestutil "github.com/okp4/okp4d/x/logic/testutil"
"github.com/okp4/okp4d/x/logic/types"
Expand Down
2 changes: 1 addition & 1 deletion x/logic/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package keeper_test
import (
gocontext "context"
"fmt"
"io/fs"
"testing"

storetypes "github.com/cosmos/cosmos-sdk/store/types"
Expand All @@ -12,7 +13,6 @@ import (
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
"github.com/golang/mock/gomock"
"github.com/okp4/okp4d/x/logic"
"github.com/okp4/okp4d/x/logic/fs"
"github.com/okp4/okp4d/x/logic/keeper"
logictestutil "github.com/okp4/okp4d/x/logic/testutil"
"github.com/okp4/okp4d/x/logic/types"
Expand Down

0 comments on commit 0d6a7f4

Please sign in to comment.