Skip to content

Commit

Permalink
test: covering Batches API and partially covered Transactions
Browse files Browse the repository at this point in the history
Fixed TC id1657 - Check the L1 NFT contract address
  • Loading branch information
amelnytskyi committed Jan 30, 2024
1 parent f9eb149 commit 70fb5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integration-tests/tests/api/addresses.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe("Address", () => {

describe("/address/{address}", () => {
beforeAll(async () => {
await playbook.deployNFTtoL1();
await playbook.deployNFTtoL2();
await playbook.deployMultiCallContracts();
await playbook.deployMultiTransferETH();
Expand Down

0 comments on commit 70fb5fd

Please sign in to comment.