Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Dec 12, 2024
1 parent df16ef1 commit b10f9be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function deployToken(contractName) {
}
}

describe.only('GovernorSequentialProposalId', function () {
describe('GovernorSequentialProposalId', function () {
for (const { Token, mode } of TOKENS) {
const fixture = async () => {
const [owner, proposer, voter1, voter2, voter3, voter4, userEOA] = await ethers.getSigners();
Expand Down

0 comments on commit b10f9be

Please sign in to comment.