From 88c7e57015c72e92134602379f5d7312dd31c616 Mon Sep 17 00:00:00 2001 From: Gas One Cent <86567384+gas1cent@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:04:22 +0400 Subject: [PATCH] refactor: remove a comment --- .../unit/modules/resolution/PrivateERC20ResolutionModule.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/solidity/test/unit/modules/resolution/PrivateERC20ResolutionModule.t.sol b/solidity/test/unit/modules/resolution/PrivateERC20ResolutionModule.t.sol index 7016e4ba..003c82bc 100644 --- a/solidity/test/unit/modules/resolution/PrivateERC20ResolutionModule.t.sol +++ b/solidity/test/unit/modules/resolution/PrivateERC20ResolutionModule.t.sol @@ -535,7 +535,6 @@ contract PrivateERC20ResolutionModule_Unit_ResolveDispute is BaseTest { /** * @notice Test that `resolveDispute` reverts if called during committing or revealing time window. */ - // asdf function test_revertIfWrongPhase(uint256 _timestamp) public { _timestamp = bound(_timestamp, 1, 1_000_000);