Skip to content

Commit

Permalink
Updating tests guide steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrisym committed Nov 14, 2024
1 parent 7157d99 commit 7ba5039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Wallet_Tests/test_req.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Here’s a list of tests to consider when starting with TDD for an e-wallet/acco
- [x] Test that depositing a zero or negative amount results in an error or is not allowed.

3. **Withdraw Funds**
- Test that withdrawing a valid amount decreases the wallet balance correctly.
- Test that attempting to withdraw more than the available balance results in an error or is not allowed.
- Test that withdrawing a zero or negative amount results in an error or is not allowed.
- [x] Test that withdrawing a valid amount decreases the wallet balance correctly.
- [x] Test that attempting to withdraw more than the available balance results in an error or is not allowed.
- [x] Test that withdrawing a zero or negative amount results in an error or is not allowed.

4. **Transfer Funds Between Wallets**
- Test that a valid transfer from one wallet to another decreases the sender’s balance and increases the receiver’s
Expand Down

0 comments on commit 7ba5039

Please sign in to comment.