Skip to content

Commit

Permalink
fix: system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Jan 21, 2025
1 parent c4afc66 commit 463dc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemtests/construction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestHash(t *testing.T) {
rosetta.restart(t)
rosettaRest := newRestClient(rosetta)

rsp := cli.RunCommandWithArgs("tx", "bank", "send", fromAddr, toAddr, "10stake", "--generate-only")
rsp := cli.RunCommandWithArgs(cli.WithTXFlags("tx", "bank", "send", fromAddr, toAddr, "10stake", "--generate-only")...)
tempFile := systemtests.StoreTempFile(t, []byte(rsp))
rsp = cli.RunCommandWithArgs(cli.WithTXFlags("tx", "sign", tempFile.Name(), "--from", fromAddr)...)
tempFile = systemtests.StoreTempFile(t, []byte(rsp))
Expand Down

0 comments on commit 463dc90

Please sign in to comment.