From e3aa2911b6352ba79439270dec83949727026be7 Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Fri, 16 Feb 2024 16:14:54 +0100 Subject: [PATCH] fix: remove un contract playbook --- packages/integration-tests/tests/api/contracts.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/integration-tests/tests/api/contracts.test.ts b/packages/integration-tests/tests/api/contracts.test.ts index 0a37553711..b8db9fa446 100644 --- a/packages/integration-tests/tests/api/contracts.test.ts +++ b/packages/integration-tests/tests/api/contracts.test.ts @@ -20,7 +20,6 @@ describe("API module: Contract", () => { beforeAll(async () => { await playbook.deployViaPaymaster(); await playbook.deployMultiCallContracts(); - await playbook.deployGreeterToL2(); }); //id1851