alllllmost
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user