Skip to content

Commit

Permalink
#4911: fixed govet warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 11, 2024
1 parent a19e929 commit ee50449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/integration/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ func TestReingestDatastore(t *testing.T) {

// wait until the web server is up before continuing to test requests
require.Eventually(t, func() bool {
if _, err := horizonClient.Root(); err != nil {
if _, horizonErr := horizonClient.Root(); horizonErr != nil {
return false
}
return true
Expand Down

0 comments on commit ee50449

Please sign in to comment.