Skip to content

Commit

Permalink
Update protocol/x/clob/keeper/orders_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Cwik <126621805+lcwik@users.noreply.github.com>
  • Loading branch information
jayy04 and lcwik committed Feb 28, 2024
1 parent 7cb7ad3 commit 6ac1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/clob/keeper/orders_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ func TestPlaceShortTermOrder(t *testing.T) {
// 1. The first should have a buy price well below the oracle price of 50,000. (success)
// 2. The second should have a buy price above the oracle price of 50,000. (undercollateralized)
// 3. The third should have the order in common with #1 and the subaccount in common with #2 and should succeed.
`Subaccount can now place buy order that would failed the
`Subaccount can now place buy order that would have failed the
deprecated pessimistic collateralization check with the oracle price`: {
perpetuals: []perptypes.Perpetual{
constants.BtcUsd_50PercentInitial_40PercentMaintenance,
Expand Down

0 comments on commit 6ac1ae7

Please sign in to comment.