Skip to content

Commit

Permalink
chore(market): remove redundant sprintf
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Aug 21, 2023
1 parent 013c407 commit 966452c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/market/client/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func (s *IntegrationTestSuite) Test3QueryLeasesAndCloseBid() {
fmt.Sprintf("--%s=true", flags.FlagSkipConfirmation),
fmt.Sprintf("--%s=%s", flags.FlagBroadcastMode, flags.BroadcastBlock),
fmt.Sprintf("--%s=%s", flags.FlagFees, sdk.NewCoins(sdk.NewCoin(s.cfg.BondDenom, sdk.NewInt(10))).String()),
fmt.Sprintf("--gas=auto"),
"--gas=auto",
"--gas-adjustment=1.5",
)
s.Require().NoError(err)
Expand Down

0 comments on commit 966452c

Please sign in to comment.