Commit 3a7e7098 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge branch 'develop' into bss-eip-1559

parents 0ec5af6d 36151fe8
......@@ -18,7 +18,7 @@ describe('address aliasing utils', () => {
it('should throw if the input is not a valid address', () => {
expect(() => {
applyL1ToL2Alias('0x1234')
}).to.throw
}).to.throw('not a valid address: 0x1234')
})
})
......@@ -38,7 +38,7 @@ describe('address aliasing utils', () => {
it('should throw if the input is not a valid address', () => {
expect(() => {
undoL1ToL2Alias('0x1234')
}).to.throw
}).to.throw('not a valid address: 0x1234')
})
})
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment