Skip to content

Commit d7bc37a

Browse files
Pratik BhatiaPratik Bhatia
authored andcommitted
Remove the account statement not required
1 parent afddaec commit d7bc37a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/account_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
def check_transfer_account():
99
checkingAccount = Account(CHECKING)
1010
savingsAccount = Account(SAVINGS)
11-
maxiAccount = Account(MAXI_SAVINGS)
1211
henry = Customer("Henry").openAccount(checkingAccount).openAccount(savingsAccount)
13-
maxiAccount.deposit(5000)
1412
checkingAccount.deposit(100.0)
1513
savingsAccount.deposit(4000.0)
1614
savingsAccount.transfer(checkingAccount, 100)

0 commit comments

Comments
 (0)