Fix web3-wrapper test
This commit is contained in:
parent
82ccfa21e1
commit
c46e11cae2
@ -26,7 +26,7 @@ describe('Web3Wrapper tests', () => {
|
||||
describe('#getNodeVersionAsync', () => {
|
||||
it('gets the node version', async () => {
|
||||
const nodeVersion = await web3Wrapper.getNodeVersionAsync();
|
||||
const NODE_VERSION = 'EthereumJS TestRPC/v2.1.0/ethereum-js';
|
||||
const NODE_VERSION = 'EthereumJS TestRPC/v2.1.2/ethereum-js';
|
||||
expect(nodeVersion).to.be.equal(NODE_VERSION);
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user