From 7c0786567de93268c56830d400b9fa0a993f68fb Mon Sep 17 00:00:00 2001 From: PraetorP Date: Fri, 16 Dec 2022 13:41:38 +0000 Subject: [PATCH] fix: empty space --- --- a/tests/src/eth/createRFTCollection.test.ts +++ b/tests/src/eth/createRFTCollection.test.ts @@ -18,7 +18,7 @@ import {IKeyringPair} from '@polkadot/types/types'; import {Pallets, requirePalletsOrSkip} from '../util'; import {expect, itEth, usingEthPlaygrounds} from './util'; -import { CollectionLimits } from './util/playgrounds/types'; +import {CollectionLimits} from './util/playgrounds/types'; describe('Create RFT collection from EVM', () => { --- a/tests/src/eth/util/index.ts +++ b/tests/src/eth/util/index.ts @@ -27,7 +27,6 @@ Generous = 2, } - export const usingEthPlaygrounds = async (code: (helper: EthUniqueHelper, privateKey: (seed: string | {filename: string}) => Promise) => Promise) => { const silentConsole = new SilentConsole(); silentConsole.enable(); -- gitstuff