build(deps): Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#15310)

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>
This commit is contained in:
dependabot[bot]
2023-03-08 21:16:24 +00:00
committed by GitHub
co-authored by github-actions
parent 1e73883f66
commit b2188e9326
41 changed files with 61 additions and 44 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func TestFormatCoin(t *testing.T) {
func TestFormatCoins(t *testing.T) {
var testcases []coinsJsonTest
raw, err := os.ReadFile("../../x/tx/textual/internal/testdata/coins.json")
raw, err := os.ReadFile("../../x/tx/signing/textual/internal/testdata/coins.json")
require.NoError(t, err)
err = json.Unmarshal(raw, &testcases)
require.NoError(t, err)