-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We overridden `deposit` function and now it takes into account the minimum deposit amount parameter - here we add unit test for this function to cover a cases where the deposit amount is less than minimum and equal to the minimum amount. We indirectly cover this check's test in `stake` tests but we want to add an explicit `deposit` function test that covers it as well.
- Loading branch information
1 parent
54bcf17
commit 0f8b830
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters