Open ineiti opened 10 months ago
can you add some more infos to this ticket? you refer to some changes you made, could you link the commit?
From what I remember, I added a lot of err :=
/ require.NoError(t, err)
and it started to fail. But I don't have these changes around anymore.
This test is trying to get some forms on the ledger and then work on them. But the original version just
fake
s everything and ignores errors, so it works. When errors are caught, everything falls apart.I tried to add some needed logic to it, but it still fails, because it tries to
Encode
using aGoodEncoder
, which is (of course) not implemented for the forms.