Skip to content

Commit 8784972

Browse files
committed
Re-add test
1 parent feade53 commit 8784972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/e2e/accounts.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ describe("Accounts", () => {
122122

123123
});
124124

125+
it("Deploys first unfunded account from first funded account", async () => {
126+
const tx_acc = await randomAccountManagers[0].deploy({ deployWallet: wallets[0] });
127+
});
128+
125129
it("Sponsored contract deployment", async () => {
126130
const salt = Fr.random();
127131
const VotingContractArtifact = EasyPrivateVotingContractArtifact

0 commit comments

Comments
 (0)