Update ganache version

This commit is contained in:
Leonid Logvinov
2019-01-15 14:44:43 +01:00
parent 16a2cf7be6
commit 91b57793c2
5 changed files with 445 additions and 519 deletions

View File

@@ -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.1.2/ethereum-js';
const NODE_VERSION = 'EthereumJS TestRPC/v2.3.3/ethereum-js';
expect(nodeVersion).to.be.equal(NODE_VERSION);
});
});