Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Apr 9, 2024
1 parent a585f75 commit 9f988c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ describe('TokenVoting', function () {
await token.connect(alice).delegate(bob.address);

// Check that Alice can create a proposal although she delegated to Bob.
const endDate = (await time.latest()) + TIME.DAY;
const tx = await plugin
.connect(alice)
.createProposal(
Expand Down

0 comments on commit 9f988c0

Please sign in to comment.