Skip to content

Commit

Permalink
test: update bond escalation resolution module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moebius committed Nov 23, 2023
1 parent 1d84c0a commit 53d750b
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 151 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ contract BondEscalationResolutionModule is Module, IBondEscalationResolutionModu
/// @inheritdoc IResolutionModule
function startResolution(
bytes32 _disputeId,
IOracle.Request calldata _request,
IOracle.Response calldata _response,
IOracle.Request calldata,
IOracle.Response calldata,
IOracle.Dispute calldata _dispute
) external onlyOracle {
escalations[_disputeId].startTime = uint128(block.timestamp);
Expand Down
Loading

0 comments on commit 53d750b

Please sign in to comment.