Skip to content

Commit

Permalink
stellar#3268: removed temp debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jan 18, 2022
1 parent da59f74 commit 0fd03ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/horizon/internal/integration/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package integration
import (
"context"
"fmt"
"os"
"path/filepath"
"strconv"
"testing"
Expand Down Expand Up @@ -237,7 +236,6 @@ func command(horizonConfig horizon.Config, args ...string) []string {
}

func TestFillGaps(t *testing.T) {
os.Setenv("HORIZON_INTEGRATION_TESTS", "true")
itest, reachedLedger := initializeDBIntegrationTest(t)
tt := assert.New(t)

Expand Down

0 comments on commit 0fd03ce

Please sign in to comment.