Updating Daily limit error msg when daily limit is reached

This commit is contained in:
apanizo 2018-08-29 09:33:00 +02:00
parent 3003805763
commit 6b130deb57
1 changed files with 1 additions and 1 deletions

View File

@ -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')
})
})