test new and old scrape for chase
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user