alllllmost

This commit is contained in:
Bel LaPointe
2023-10-24 06:57:20 -06:00
parent f106442299
commit c5e36df111
2 changed files with 134 additions and 17 deletions

View File

@@ -115,7 +115,7 @@ func TestReadTransaction(t *testing.T) {
for name, d := range cases {
c := d
t.Run(name, func(t *testing.T) {
got, err := readTransaction(strings.NewReader(c.input))
_, got, err := readTransaction(strings.NewReader(c.input))
if err != c.err {
t.Error(err)
}