Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Dec 7, 2023
1 parent 1497473 commit 16450c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pragma solidity ^0.5.13;

import "celo-foundry/Test.sol";
import "forge-std/console.sol";
import "solidity-bytes-utils/contracts/BytesLib.sol";
import "openzeppelin-solidity/contracts/cryptography/ECDSA.sol";

Expand Down Expand Up @@ -3287,7 +3286,7 @@ contract GovernanceDequeueProposalsIfReady is BaseTest {
}

function test_notUpdateLastDequeueWhenOnlyExpiredProposalQueued() public {
uint256 proposalId = makeValidProposal();
makeValidProposal();
uint256 originalLastDequeue = governance.lastDequeue();

vm.warp(block.timestamp + governance.queueExpiry());
Expand Down

0 comments on commit 16450c6

Please sign in to comment.