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:
dependabot[bot]
2023-08-09 16:06:43 +00:00
committed by GitHub
co-authored by github-actions Julien Robert
parent bee95b19b5
commit d7f3b46efe
31 changed files with 206 additions and 295 deletions
+1 -1
View File
@@ -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))
})
}