test new and old scrape for chase

This commit is contained in:
bel
2021-07-29 23:38:27 -06:00
parent cea7a30884
commit 1ebaf9eac8
6 changed files with 533 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ package main
import "testing"
func TestTransactionFormat(t *testing.T) {
x := NewTransaction("12.34", "Amazon", "[Wed, 1 Apr 2020 10:14:11 -0400 (EDT)]", Chase)
x := NewTransaction("me", "12.34", "Amazon", "[Wed, 1 Apr 2020 10:14:11 -0400 (EDT)]", Chase)
t.Logf("%s", x.String())
t.Logf("%s", x.Format())
}