Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Mar 22, 2024
1 parent ecd802a commit a458b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/x/clob/e2e/withdrawal_gating_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestWithdrawalGating_NegativeTncSubaccount_BlocksThenUnblocks(t *testing.T)

liquidityTiers: constants.LiquidityTiers,
perpetuals: []perptypes.Perpetual{
constants.BtcUsd_20PercentInitial_10PercentMaintenance,
constants.BtcUsd_20PercentInitial_10PercentMaintenance_OpenInterest1,
},
clobPairs: []clobtypes.ClobPair{constants.ClobPair_Btc},
transferOrWithdrawSubaccount: constants.Dave_Num1,
Expand Down Expand Up @@ -112,7 +112,7 @@ func TestWithdrawalGating_NegativeTncSubaccount_BlocksThenUnblocks(t *testing.T)

liquidityTiers: constants.LiquidityTiers,
perpetuals: []perptypes.Perpetual{
constants.BtcUsd_20PercentInitial_10PercentMaintenance,
constants.BtcUsd_20PercentInitial_10PercentMaintenance_OpenInterest1,
},
clobPairs: []clobtypes.ClobPair{constants.ClobPair_Btc},
transferOrWithdrawSubaccount: constants.Dave_Num1,
Expand Down

0 comments on commit a458b7e

Please sign in to comment.