Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Jul 30, 2024
1 parent c13296d commit 9662e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GovernorBravo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ describe("Governor Bravo", function () {
).to.be.revertedWith("GovernorBravo::cancel: proposer above threshold");
});

it.only("Happy path: guardian can cancel", async function () {
it("Happy path: guardian can cancel", async function () {
const { governorBravo, otherAccount } = await loadFixture(deployFixtures);
const proposalId = await proposeAndPass(governorBravo);

Expand Down

0 comments on commit 9662e0f

Please sign in to comment.