mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00
[test] Improve readability a bit
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
06688a8ad0
commit
9837d1d1aa
@ -48,7 +48,7 @@ func (s *E2ETestSuite) SetupSuite() {
|
||||
"node0",
|
||||
addr.String(),
|
||||
"1000stake",
|
||||
"-y",
|
||||
"--yes",
|
||||
fmt.Sprintf("--%s=%s", flags.FlagFees, "2stake"),
|
||||
}
|
||||
_, err = clitestutil.ExecTestCLICmd(val.ClientCtx, bank.NewSendTxCmd(), args)
|
||||
@ -83,10 +83,10 @@ func (s *E2ETestSuite) TestAttestMachine() {
|
||||
|
||||
args := []string{
|
||||
fmt.Sprintf("--%s=%s", flags.FlagChainID, s.network.Config.ChainID),
|
||||
string(machineJSON),
|
||||
fmt.Sprintf("--%s=%s", flags.FlagFrom, "machine"),
|
||||
"-y",
|
||||
fmt.Sprintf("--%s=%s", flags.FlagFees, "2stake"),
|
||||
"--yes",
|
||||
string(machineJSON),
|
||||
}
|
||||
|
||||
_, err = clitestutil.ExecTestCLICmd(val.ClientCtx, machinecli.CmdAttestMachine(), args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user