Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 5, 2023
1 parent 9f29420 commit 8d6a719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gashub/simulation/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func ParamChanges(r *rand.Rand) []simtypes.ParamChange {
return []simtypes.ParamChange{
simulation.NewSimParamChange(types.ModuleName, string(types.KeyMsgSendGas),
func(r *rand.Rand) string {
return fmt.Sprintf("%d", GenMsgGas(r))
return fmt.Sprintf("\"%d\"", GenMsgGas(r))
},
),
}
Expand Down

0 comments on commit 8d6a719

Please sign in to comment.