Update contract-wrappers tests.

This commit is contained in:
Lawrence Forman
2019-03-26 19:17:39 -04:00
committed by Amir Bandeali
parent 94f5a039d2
commit 232a43f34f
2 changed files with 4 additions and 3 deletions

View File

@@ -476,7 +476,7 @@ describe('ExchangeWrapper', () => {
describe('#getVersionAsync', () => {
it('should return version the hash', async () => {
const version = await contractWrappers.exchange.getVersionAsync();
const VERSION = '2.0.0';
const VERSION = '3.0.0';
expect(version).to.be.equal(VERSION);
});
});