chagne account to vendor
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user