Skip to content

Commit

Permalink
Update solidity/test/integration/Finalization.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Gas <[email protected]>
  • Loading branch information
0xmoebius and gas1cent authored Dec 12, 2023
1 parent 6221018 commit 12542f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solidity/test/integration/Finalization.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ contract Integration_Finalization is IntegrationBase {
/**
* @notice Test to check that finalizing a request with a ongoing dispute with revert.
*/
//asdf
function test_revertFinalizeInDisputeWindow(uint256 _block) public {
_block = bound(_block, block.number, _expectedDeadline - _baseDisputeWindow - 1);
address _callbackTarget = makeAddr('target');
Expand Down

0 comments on commit 12542f3

Please sign in to comment.