From 64758eacbcefece02904fe3be601565b486fe1ca Mon Sep 17 00:00:00 2001 From: zorzal Date: Mon, 9 Dec 2024 13:58:16 -0500 Subject: [PATCH] chore: remove commented line --- solidity/test/integration/ResponseProposal.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/solidity/test/integration/ResponseProposal.t.sol b/solidity/test/integration/ResponseProposal.t.sol index 4534b3d..573e3f6 100644 --- a/solidity/test/integration/ResponseProposal.t.sol +++ b/solidity/test/integration/ResponseProposal.t.sol @@ -82,7 +82,6 @@ contract Integration_ResponseProposal is IntegrationBase { function test_proposeResponse_finalizedRequest() public { uint256 _timestamp = _expectedDeadline + _baseDisputeWindow; - // _timestamp = bound(_timestamp, _expectedDeadline + _baseDisputeWindow, type(uint128).max); // Propose response mockAccessControl.user = proposer;