Skip to content

Commit

Permalink
Merge branch 'dev' into docs/homepage-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin authored Feb 20, 2024
2 parents 4692832 + 4444a4c commit 5f62cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ describe("e2e tests", function test() {
maciAddresses = await deploy({ ...deployArgs, signer });
});

it.only("should run the first poll", async () => {
it("should run the first poll", async () => {
// deploy a poll contract
pollAddresses = await deployPoll({ ...deployPollArgs, signer });

Expand Down

0 comments on commit 5f62cf5

Please sign in to comment.