Skip to content

Commit

Permalink
refactor: remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 21, 2023
1 parent ecf8a1b commit 88c7e57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 88c7e57

Please sign in to comment.