Skip to content

Commit

Permalink
fix(cli): run all the tests for package
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Feb 20, 2024
1 parent 0368201 commit 859a8cf
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 859a8cf

Please sign in to comment.