Skip to content

Commit

Permalink
feat: fix helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 7, 2023
1 parent ba18258 commit 6f98e82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions solidity/test/utils/Helpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ contract Helpers is DSTestPlus {
disputer: _disputer,
responseId: bytes32('response'),
proposer: _proposer,
requestId: _requestId,
status: IOracle.DisputeStatus.None,
createdAt: block.timestamp
requestId: _requestId
});
}

Expand Down

0 comments on commit 6f98e82

Please sign in to comment.