diff options
Diffstat (limited to 'test/web3_trapper_test.ts')
-rw-r--r-- | test/web3_trapper_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web3_trapper_test.ts b/test/web3_trapper_test.ts index d417c9af5..69c04617b 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 () => { |