Skip to content

Commit

Permalink
✅ fix test_isOrderFeeBelow
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Oct 16, 2024
1 parent da8d76c commit 38a50c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ConditionalOrder.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ contract Conditions is ConditionalOrderTest {
}

function test_isOrderFeeBelow() public {
int128 sizeDelta = 1 ether;
int128 sizeDelta = -1 ether;
(uint256 orderFees,) = perpsMarketProxy.computeOrderFees({
marketId: SETH_PERPS_MARKET_ID,
sizeDelta: sizeDelta
Expand Down

0 comments on commit 38a50c7

Please sign in to comment.