build(deps): Bump cosmossdk.io/depinject from 1.0.0-alpha.3 to 1.0.0-alpha.4 (#17339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
github-actions
Julien Robert
parent
bee95b19b5
commit
d7f3b46efe
@@ -206,7 +206,7 @@ func TestDecodePrefixKey(t *testing.T) {
|
||||
bz, err := cdc.EncodeKey(test.values)
|
||||
assert.NilError(t, err)
|
||||
values, err := cdc.DecodeKey(bytes.NewReader(bz))
|
||||
assert.ErrorType(t, err, io.EOF)
|
||||
assert.ErrorIs(t, err, io.EOF)
|
||||
assert.Equal(t, 0, cdc.CompareKeys(test.values, values))
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user