chagne account to vendor

This commit is contained in:
bel
2021-07-29 22:58:01 -06:00
parent c5c77a2b9b
commit cea7a30884
3 changed files with 17 additions and 17 deletions

View File

@@ -15,11 +15,11 @@ func TestUploadLedger(t *testing.T) {
}{
"simple": {
transaction: Transaction{
ID: uuid.New().String(),
Bank: Chase,
Amount: "1.10",
Account: "account",
Date: "today",
ID: uuid.New().String(),
Bank: Chase,
Amount: "1.10",
Vendor: "vendor",
Date: "today",
},
},
}