Skip to content

Commit

Permalink
Merge pull request #261 from 1inch/test/fixes-and-missing-tests
Browse files Browse the repository at this point in the history
[SC-901] Test/fixes and missing tests
  • Loading branch information
ZumZoom authored Aug 21, 2023
2 parents c2dcfa9 + 2e7ef5c commit f0f865d
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 182 deletions.
8 changes: 8 additions & 0 deletions contracts/mocks/ArbitraryPredicateMock.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;

contract ArbitraryPredicateMock {
function copyArg(uint256 arg) external pure returns (uint256) {
return arg;
}
}
Loading

0 comments on commit f0f865d

Please sign in to comment.