From 272aaf69fef1965b55dbc86089c3dc039d8b0f1e Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Mon, 19 Dec 2022 13:13:24 +0000 Subject: [PATCH] fix: remove .only --- --- a/tests/src/eth/ethFeesAreCorrect.test.ts +++ b/tests/src/eth/ethFeesAreCorrect.test.ts @@ -17,7 +17,7 @@ import {IKeyringPair} from '@polkadot/types/types'; import {itEth, usingEthPlaygrounds, expect} from './util'; -describe.only('Eth fees are correct', () => { +describe('Eth fees are correct', () => { let donor: IKeyringPair; let minter: IKeyringPair; let alice: IKeyringPair; -- gitstuff