Skip to content

Commit

Permalink
Update integration-tests/docker/test_env/sol.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Krage <[email protected]>
  • Loading branch information
tateexon and jmank88 committed Oct 10, 2023
1 parent bf35bd5 commit a17045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/docker/test_env/sol.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (s *Solana) StartContainer() error {
Logger: l,
})
if err != nil {
return errors.Wrapf(err, "cannot start Solana container")
return fmt.Errorf("cannot start Solana container: %w", err)
}
s.Container = c
host, err := c.Host(context.Background())
Expand Down

0 comments on commit a17045b

Please sign in to comment.