diff --git a/test/util/testnode/rpc_client.go b/test/util/testnode/rpc_client.go index 0822386f33..a1e1913d0c 100644 --- a/test/util/testnode/rpc_client.go +++ b/test/util/testnode/rpc_client.go @@ -42,7 +42,7 @@ func StartNode(t testing.TB, tmNode *node.Node, cctx Context) (Context, func() e return err } tmNode.Wait() - t.Log("waiting for tmNode to stop") + t.Log("tmNode has stopped") return removeDir(t, path.Join([]string{cctx.HomeDir, "config"}...)) }