diff --git a/test/web3_trapper_test.ts b/test/web3_trapper_test.ts index d417c9af58..69c04617bc 100644 --- a/test/web3_trapper_test.ts +++ b/test/web3_trapper_test.ts @@ -7,7 +7,7 @@ import {constants} from './utils/constants'; chai.config.includeStack = true; const expect = chai.expect; -describe.only('Web3Wrapper', () => { +describe('Web3Wrapper', () => { const web3Provider = web3Factory.create().currentProvider; describe('#getNetworkIdIfExistsAsync', () => { it('caches network id requests', async () => {