We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afddaec commit d7bc37aCopy full SHA for d7bc37a
1 file changed
tests/account_tests.py
@@ -8,9 +8,7 @@
8
def check_transfer_account():
9
checkingAccount = Account(CHECKING)
10
savingsAccount = Account(SAVINGS)
11
- maxiAccount = Account(MAXI_SAVINGS)
12
henry = Customer("Henry").openAccount(checkingAccount).openAccount(savingsAccount)
13
- maxiAccount.deposit(5000)
14
checkingAccount.deposit(100.0)
15
savingsAccount.deposit(4000.0)
16
savingsAccount.transfer(checkingAccount, 100)
0 commit comments