Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Mar 7, 2024
1 parent 3b9f99f commit 4eb8ecf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/TrancheSpaceTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ contract TrancheSpaceTest is Test {

uint256[][] memory sellOrderContext = getSellOrderContext(12345);
sellOrderContext[3][4] = inputAmountTraded;
uint256 trancheSpaceBefore = trancheSpaceBefore;

address orderExpression;
{
Expand Down Expand Up @@ -191,7 +190,7 @@ contract TrancheSpaceTest is Test {
if (trancheSpaceAfter < (trancheSpaceBefore + MIN_TRANCHE_SPACE_DIFF)) {
vm.expectRevert(bytes("Minimum trade size not met."));
}
(uint256[] memory sellHandleStack,) = IInterpreterV2(INTERPRETER).eval2(
IInterpreterV2(INTERPRETER).eval2(
IInterpreterStoreV2(address(STORE)),
namespace,
LibEncodedDispatch.encode2(orderExpression, SourceIndexV2.wrap(1), type(uint32).max),
Expand Down

0 comments on commit 4eb8ecf

Please sign in to comment.