git.delta.rocks / unique-network / refs/commits / 272aaf69fef1

difftreelog

fix remove .only

Daniel Shiposha2022-12-19parent: #2b932d2.patch.diff
in: master

1 file changed

modifiedtests/src/eth/ethFeesAreCorrect.test.tsdiffbeforeafterboth
17import {IKeyringPair} from '@polkadot/types/types';17import {IKeyringPair} from '@polkadot/types/types';
18import {itEth, usingEthPlaygrounds, expect} from './util';18import {itEth, usingEthPlaygrounds, expect} from './util';
1919
20describe.only('Eth fees are correct', () => {20describe('Eth fees are correct', () => {
21 let donor: IKeyringPair;21 let donor: IKeyringPair;
22 let minter: IKeyringPair;22 let minter: IKeyringPair;
23 let alice: IKeyringPair;23 let alice: IKeyringPair;