git.delta.rocks / unique-network / refs/commits / d83685be86d3

difftreelog

test fix unique imports and eslint

Andy Smith2023-08-31parent: #12f3485.patch.diff
in: master

2 files changed

modifiedtests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth
206 this.mergeDeprecated = mergeDeprecated;206 this.mergeDeprecated = mergeDeprecated;
207 }207 }
208208
209 // eslint-disable-next-line require-await
209 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;
modifiedtests/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';