Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Jun 5, 2024
1 parent f1a523a commit 2701cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/testing/containertest/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (t *Testnet) initialize() (err error) {
return node.WaitUntilBlockHeight(2)
}); err != nil {
return fmt.Errorf(
"could not connect to node: %s, %+v",
"could not connect to node: %s, %w",
moniker,
err,
)
Expand Down

0 comments on commit 2701cbe

Please sign in to comment.