mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 20:17:02 +00:00
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)
|
await executeWithdrawOn(safe, value)
|
||||||
|
|
||||||
// THEN
|
// 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…
x
Reference in New Issue
Block a user