Function: enableDeposits()
Function that enables the deposits.
Branches and code coverage (including function calls)
Intended branches
Set the
isDepositsEnabledtotrue.
Negative behavior
Should not allow to enable deposits if they are already enabled.
Should not allow anyone other than the
depositsEnablerto enable deposits.