Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Dec 16, 2024
1 parent d613cc8 commit 25eeb02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const votingDelay = 4n;
const votingPeriod = 16n;
const value = ethers.parseEther('1');

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

0 comments on commit 25eeb02

Please sign in to comment.