difftreelog
fix remove .only
in: master
1 file changed
tests/src/eth/ethFeesAreCorrect.test.tsdiffbeforeafterboth17import {IKeyringPair} from '@polkadot/types/types';17import {IKeyringPair} from '@polkadot/types/types';18import {itEth, usingEthPlaygrounds, expect} from './util';18import {itEth, usingEthPlaygrounds, expect} from './util';191920describe.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;