Skip to content

Commit

Permalink
Update testutil/network/util.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Bezobchuk <[email protected]>
  • Loading branch information
blushi and alexanderbez authored May 13, 2022
1 parent 6755663 commit af4f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/network/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func startInProcess(cfg Config, val *Validator) error {
if val.RPCAddress != "" {
node, ok := val.tmNode.(local.NodeService)
if !ok {
return fmt.Errorf("can't cast %T to NodeService", val.tmNode)
return fmt.Errorf("failed to cast %T to NodeService", val.tmNode)
}
val.RPCClient, err = local.New(node)
if err != nil {
Expand Down

0 comments on commit af4f013

Please sign in to comment.