Skip to content

Commit

Permalink
fix some direct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Mar 6, 2024
1 parent 7053fa7 commit be38dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/foundry/new/SelfRestrictedContractOfferer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ contract SelfRestrictedContractOffererTest is BaseOrderTest {
Fulfillment[] memory fulfillments
)
{
erc721s[0].mint(offerer1.addr, 1);

AdvancedOrder memory advancedOrder;
OfferItem[] memory offer;
ConsiderationItem[] memory consideration;
Expand All @@ -166,6 +164,8 @@ contract SelfRestrictedContractOffererTest is BaseOrderTest {
uint256 considerAmount = 10;
offerer = new ValidationOffererZone(considerAmount + 1);

erc721s[0].mint(address(offerer), 1);

allocateTokensAndApprovals(address(offerer), type(uint128).max);

uint256 matchAmount =
Expand Down

0 comments on commit be38dd3

Please sign in to comment.