Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed Oct 27, 2023
1 parent 906bd9f commit 64de1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/vote-BTT/propose/propose.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ contract VoteERC20Test_Propose is BaseTest {
voteContract.proposalSnapshot(proposalIdTwo) + voteContract.votingPeriod()
);
assertEq(voteContract.proposalIndex(), 2); // because two proposals have been created
assertEq(voteContract.getAllProposals().length, 2);

(
uint256 _proposalId,
Expand Down

0 comments on commit 64de1fe

Please sign in to comment.