Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Dec 2, 2023
1 parent 7c4693f commit 0d469ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x/margin/keeper/query_open_estimation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ func TestOpenEstimation_Long5XAtom100Usdc(t *testing.T) {
// check length of pools
require.Equal(t, len(pools), 1)

// update broker address
params := types.DefaultParams()
params.BrokerAddress = addr[0].String()
mk.SetParams(ctx, &params)

// call min collateral query
res, err := mk.OpenEstimation(ctx, &types.QueryOpenEstimationRequest{
Position: types.Position_LONG,
Expand Down

0 comments on commit 0d469ad

Please sign in to comment.