1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 11:48:38 -04:00
This commit is contained in:
2017-04-08 11:38:07 -04:00
parent 296b1fe7e9
commit d433a18df4
5 changed files with 116 additions and 116 deletions

View File

@ -361,9 +361,9 @@ func TestUnmarshalInvStatementResponse(t *testing.T) {
},
},
BankTransactions: []ofxgo.InvBankTransaction{
ofxgo.InvBankTransaction{
{
Transactions: []ofxgo.Transaction{
ofxgo.Transaction{
{
TrnType: ofxgo.TrnTypeCredit,
DtPosted: *ofxgo.NewDateGMT(2017, 1, 20, 0, 0, 0, 0),
DtUser: ofxgo.NewDateGMT(2017, 1, 18, 0, 0, 0, 0),
@ -391,7 +391,7 @@ func TestUnmarshalInvStatementResponse(t *testing.T) {
MarginBalance: marginbalance,
ShortBalance: shortbalance,
BalList: []ofxgo.Balance{
ofxgo.Balance{
{
Name: "Sweep Int Rate",
Desc: "Current interest rate for sweep account balances",
BalType: ofxgo.BalTypePercent,