Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Dec 11, 2024
1 parent bf041fd commit 5f35eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tx/aminojson/aminojson_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func TestAminoJSON_LegacyParity(t *testing.T) {
},
"distribution/delegator_starting_info/non_zero_dec": {
gogo: &disttypes.DelegatorStartingInfo{Stake: math.LegacyNewDec(10)},
pulsar: &distapi.DelegatorStartingInfo{Stake: "10.000000000000000000"},
pulsar: &distapi.DelegatorStartingInfo{Stake: string(dec10bz)},
protoUnmarshalFails: true,
},
"distribution/delegation_delegator_reward": {
Expand Down

0 comments on commit 5f35eba

Please sign in to comment.