Fix commons unit test
This commit is contained in:
parent
8cf97aea3c
commit
473b6a3e46
@ -3,7 +3,7 @@ const { BRIDGE_MODES, ERC_TYPES } = require('../constants')
|
|||||||
|
|
||||||
describe('constants', () => {
|
describe('constants', () => {
|
||||||
it('should contain correct number of bridge types', () => {
|
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', () => {
|
it('should contain correct number of erc types', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user