From a06b28acb9fb517e22a15998e40835989d627fd2 Mon Sep 17 00:00:00 2001 From: Velenir Date: Thu, 5 Dec 2024 16:07:31 +0100 Subject: [PATCH] cleanup --- tests/delta.test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/delta.test.ts b/tests/delta.test.ts index 11a0e270..c0fd35c3 100644 --- a/tests/delta.test.ts +++ b/tests/delta.test.ts @@ -259,11 +259,6 @@ describe('Delta:methods', () => { ['ethersV6', ethersV6ContractCaller], ['web3', web3ContractCaller], ['viem', viemContractCaller], - // [ - // 'axiosFetcher & customGanacheContractCaller', - // axiosFetcher, - // customGanacheContractCaller, - // ], ])('sign Delta Order with %s', async (libName, contractCaller) => { const sdk = constructPartialSDK( { chainId: 1, fetcher: fetchFetcher, contractCaller },