Fixed AccountTest
This commit is contained in:
parent
012b60d1f8
commit
9bc4d1e494
|
@ -35,7 +35,8 @@ public class AccountTest {
|
||||||
AccountType.CHECKING,
|
AccountType.CHECKING,
|
||||||
num,
|
num,
|
||||||
"Testing Account",
|
"Testing Account",
|
||||||
Currency.getInstance("USD")
|
Currency.getInstance("USD"),
|
||||||
|
"Description"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue