Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Sep 17, 2024
1 parent 8627ee6 commit a7b2ad1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
keepertest "github.com/dydxprotocol/v4-chain/protocol/testutil/keeper"
pricestest "github.com/dydxprotocol/v4-chain/protocol/testutil/prices"
"github.com/dydxprotocol/v4-chain/protocol/x/prices/keeper"
"github.com/dydxprotocol/v4-chain/protocol/x/prices/types"
pricestypes "github.com/dydxprotocol/v4-chain/protocol/x/prices/types"
"github.com/stretchr/testify/require"
)
Expand Down Expand Up @@ -185,7 +184,7 @@ func TestUpdateMarketParam(t *testing.T) {
t,
ctx,
marketMapKeeper,
[]types.MarketParam{tc.msg.MarketParam},
[]pricestypes.MarketParam{tc.msg.MarketParam},
)
}

Expand Down

0 comments on commit a7b2ad1

Please sign in to comment.