You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test is trying to get some forms on the ledger and then work on them. But the original version just fakes 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 a GoodEncoder, which is (of course) not implemented for the forms.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: