Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Sep 15, 2023
1 parent ab76379 commit 03ec601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions x/amm/types/tvl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"github.com/cometbft/cometbft/crypto/ed25519"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/elys-network/elys/x/amm/types"
ptypes "github.com/elys-network/elys/x/parameter/types"
)

func (suite *TestSuite) TestTVL() {
Expand Down
1 change: 1 addition & 0 deletions x/amm/types/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (

simapp "github.com/elys-network/elys/app"
oracletypes "github.com/elys-network/elys/x/oracle/types"
ptypes "github.com/elys-network/elys/x/parameter/types"
)

const (
Expand Down

0 comments on commit 03ec601

Please sign in to comment.