difftreelog
test fix unique imports and eslint
in: master
2 files changed
tests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth206 this.mergeDeprecated = mergeDeprecated;206 this.mergeDeprecated = mergeDeprecated;207 }207 }208208209 // eslint-disable-next-line require-await209 private async createTransaction() {210 private async createTransaction() {210 const collectionHelper = this.helper.ethNativeContract.collectionHelpers(this.signer);211 const collectionHelper = this.helper.ethNativeContract.collectionHelpers(this.signer);211 let collectionMode;212 let collectionMode;tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth--- a/tests/src/util/playgrounds/unique.dev.ts
+++ b/tests/src/util/playgrounds/unique.dev.ts
@@ -9,7 +9,7 @@
import {IKeyringPair} from '@polkadot/types/types';
import {EventRecord} from '@polkadot/types/interfaces';
import {ICrossAccountId, IPovInfo, ITransactionResult, TSigner} from './types';
-import {FrameSystemEventRecord, XcmV2TraitsError, PalletSchedulerEvent} from '@polkadot/types/lookup';
+import {FrameSystemEventRecord, XcmV2TraitsError} from '@polkadot/types/lookup';
import {VoidFn} from '@polkadot/api/types';
import {Pallets} from '..';
import {spawnSync} from 'child_process';