Skip to content

Commit

Permalink
address coderabbit feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 27, 2023
1 parent 03a27bb commit aba3841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/testnode/rpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}...))
}

Expand Down

0 comments on commit aba3841

Please sign in to comment.