Skip to content

Commit

Permalink
fix: remove .only from new test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpb8010 committed Dec 13, 2024
1 parent 7bc839b commit c6ada48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BasicTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("Basic tests", function () {
assert(accountImplContract != null, "No account impl deployed");
});

it.only("should deploy proxy account via factory", async () => {
it("should deploy proxy account via factory", async () => {
const aaFactoryContract = await fixtures.getAaFactory();
assert(aaFactoryContract != null, "No AA Factory deployed");

Expand Down

0 comments on commit c6ada48

Please sign in to comment.