diff --git a/integration-tests/contract-edo-deploy-having-ticket.spec.ts b/integration-tests/contract-deploy-having-ticket.spec.ts similarity index 100% rename from integration-tests/contract-edo-deploy-having-ticket.spec.ts rename to integration-tests/contract-deploy-having-ticket.spec.ts diff --git a/integration-tests/wallet-edo-deploy-having-ticket.spec.ts b/integration-tests/wallet-deploy-having-ticket.spec.ts similarity index 98% rename from integration-tests/wallet-edo-deploy-having-ticket.spec.ts rename to integration-tests/wallet-deploy-having-ticket.spec.ts index 99dcefce4f..5c1131367d 100644 --- a/integration-tests/wallet-edo-deploy-having-ticket.spec.ts +++ b/integration-tests/wallet-deploy-having-ticket.spec.ts @@ -12,8 +12,8 @@ CONFIGS().forEach(({ lib, rpc, setup, protocol }) => { beforeEach(async (done) => { await setup(); - done() - }) + done(); + }); kathmandunet('Verify wallet.originate for a contract having ticket with init', async (done) => { const op = await Tezos.wallet.originate({ @@ -57,8 +57,8 @@ CONFIGS().forEach(({ lib, rpc, setup, protocol }) => { beforeEach(async (done) => { await setup(); - done() - }) + done(); + }); limanetAndAlpha('Verify wallet.originate for a contract having ticket with init', async (done) => { const op = await Tezos.wallet.originate({