1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-03 04:38:38 -04:00
This commit is contained in:
2017-11-25 21:01:48 -05:00
parent 9cd2724416
commit d9ecaa530b
4 changed files with 43 additions and 43 deletions

View File

@ -182,13 +182,13 @@ func TestCreateTransaction(t *testing.T) {
Description: "Imbalanced",
Date: time.Date(2017, time.September, 1, 0, 00, 00, 0, time.UTC),
Splits: []*handlers.Split{
&handlers.Split{
{
Status: handlers.Reconciled,
AccountId: d.accounts[1].AccountId,
SecurityId: -1,
Amount: "-39.98",
},
&handlers.Split{
{
Status: handlers.Entered,
AccountId: d.accounts[4].AccountId,
SecurityId: -1,