Update contract-wrappers
tests.
This commit is contained in:
committed by
Amir Bandeali
parent
94f5a039d2
commit
232a43f34f
@@ -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);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user