Skip to content

Commit

Permalink
fix e2e wind_down_market
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Mar 22, 2024
1 parent a458b7e commit b4ad946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/testing/e2e/gov/wind_down_market_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func TestWindDownMarketProposal(t *testing.T) {
genesisState.Params = constants.PerpetualsGenesisParams
genesisState.LiquidityTiers = constants.LiquidityTiers
genesisState.Perpetuals = []perptypes.Perpetual{
constants.BtcUsd_20PercentInitial_10PercentMaintenance,
constants.BtcUsd_20PercentInitial_10PercentMaintenance_OpenInterest1,
}
},
)
Expand Down

0 comments on commit b4ad946

Please sign in to comment.