diff --git a/x/margin/keeper/query_open_estimation_test.go b/x/margin/keeper/query_open_estimation_test.go index f1e65f5e9..273d080c8 100644 --- a/x/margin/keeper/query_open_estimation_test.go +++ b/x/margin/keeper/query_open_estimation_test.go @@ -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, ¶ms) - // call min collateral query res, err := mk.OpenEstimation(ctx, &types.QueryOpenEstimationRequest{ Position: types.Position_LONG,