chore: lint tests (#14268)

This commit is contained in:
Jacob Gadikian
2022-12-18 23:48:31 +00:00
committed by GitHub
parent 2eb5144749
commit be8c5a09c2
188 changed files with 729 additions and 736 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func TestProtoCodecMarshal(t *testing.T) {
err = cdc.UnmarshalInterface(bz, &animal)
require.NoError(t, err)
bz, err = cdc.MarshalInterface(bird)
_, err = cdc.MarshalInterface(bird)
require.ErrorContains(t, err, "does not have a registered interface")
bz, err = cartoonCdc.MarshalInterface(bird)