Updating Daily limit error msg when daily limit is reached
This commit is contained in:
parent
3003805763
commit
6b130deb57
|
@ -28,6 +28,6 @@ describe('Safe Blockchain Test', () => {
|
|||
await executeWithdrawOn(safe, value)
|
||||
|
||||
// THEN
|
||||
expect(executeWithdrawOn(safe, value)).rejects.toThrow('VM Exception while processing transaction: revert')
|
||||
expect(executeWithdrawOn(safe, value)).rejects.toThrow('VM Exception while processing transaction: revert Daily limit has been reached')
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue