Fix commons unit test

This commit is contained in:
Gerardo Nardelli 2019-07-17 12:09:55 -03:00
parent 8cf97aea3c
commit 473b6a3e46

@ -3,7 +3,7 @@ const { BRIDGE_MODES, ERC_TYPES } = require('../constants')
describe('constants', () => {
it('should contain correct number of bridge types', () => {
expect(Object.keys(BRIDGE_MODES).length).to.be.equal(4)
expect(Object.keys(BRIDGE_MODES).length).to.be.equal(5)
})
it('should contain correct number of erc types', () => {