Skip to content

Commit c95c302

Browse files
committed
fix: new one
1 parent 5aef32c commit c95c302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-tests/tests/api/accounts.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("API module: Account", () => {
1919
beforeAll(async () => {
2020
await playbook.deployNFTtoL2();
2121
await playbook.deployMultiTransferETH();
22-
//await playbook.useMultiTransferETH();
22+
await playbook.useMultiTransferETH();
2323
await playbook.withdrawETH();
2424
});
2525

0 commit comments

Comments
 (0)