Skip to content

Commit

Permalink
use interface in test
Browse files Browse the repository at this point in the history
  • Loading branch information
devdacian committed Jan 30, 2025
1 parent 2611daa commit b04b273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/13-eip7201-trap/EIP7201TrapTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import {EIP7201TrapFixed} from "../../src/13-eip7201-trap/EIP7201TrapFixed.sol";
// passing them to child functions instead of re-reading them from storage
// is significantly cheaper
contract EIP7201TrapTest is Test {
EIP7201TrapUnop internal orderBookUnop;
EIP7201TrapFixed internal orderBookFixed;
IOrderBook internal orderBookUnop;
IOrderBook internal orderBookFixed;

function setUp() external virtual {
// create contracts being tested
Expand Down

0 comments on commit b04b273

Please sign in to comment.