Fix version test
This commit is contained in:
		| @@ -35,7 +35,7 @@ describe('Web3Wrapper tests', () => { | ||||
|     describe('#getNodeVersionAsync', () => { | ||||
|         it('gets the node version', async () => { | ||||
|             const nodeVersion = await web3Wrapper.getNodeVersionAsync(); | ||||
|             const NODE_VERSION = 'EthereumJS TestRPC/v2.5.3/ethereum-js'; | ||||
|             const NODE_VERSION = 'EthereumJS TestRPC/v2.6.0/ethereum-js'; | ||||
|             expect(nodeVersion).to.be.equal(NODE_VERSION); | ||||
|         }); | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user