More small artifacts updates/changes

This commit is contained in:
Alex Browne
2018-09-04 18:10:23 -04:00
parent 9858bb0ce4
commit 9d45d19c80
5 changed files with 98 additions and 73 deletions

View File

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