Fixed AccountTest

This commit is contained in:
Andrew Lalis 2024-02-09 13:52:05 -05:00
parent 012b60d1f8
commit 9bc4d1e494
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ public class AccountTest {
AccountType.CHECKING, AccountType.CHECKING,
num, num,
"Testing Account", "Testing Account",
Currency.getInstance("USD") Currency.getInstance("USD"),
"Description"
); );
} }
} }