From 3b7dec1d258fdc60eaa89f9e7fe2f71b4f2f48e7 Mon Sep 17 00:00:00 2001 From: Fahrrader Date: Fri, 30 Sep 2022 08:29:46 +0000 Subject: [PATCH] tests(eth): remove redundant commented area --- --- a/tests/src/eth/crossTransfer.test.ts +++ b/tests/src/eth/crossTransfer.test.ts @@ -14,18 +14,6 @@ // You should have received a copy of the GNU General Public License // along with Unique Network. If not, see . -/*import {createCollectionExpectSuccess, - createFungibleItemExpectSuccess, - transferExpectSuccess, - transferFromExpectSuccess, - setCollectionLimitsExpectSuccess, - createItemExpectSuccess} from '../util/helpers'; -import {collectionIdToAddress, - createEthAccountWithBalance, - subToEth, - GAS_ARGS, itEth} from './util/helpers'; -import fungibleAbi from './fungibleAbi.json'; -import nonFungibleAbi from './nonFungibleAbi.json';*/ import {itEth, usingEthPlaygrounds} from './util/playgrounds'; import {CrossAccountId} from '../util/playgrounds/unique'; import {IKeyringPair} from '@polkadot/types/types'; -- gitstuff