Skip to content

Commit

Permalink
fix failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Jun 13, 2024
1 parent de718cf commit be78944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/horizon/cmd/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ var dbReapCmd = &cobra.Command{
if err != nil {
return fmt.Errorf("cannot open Horizon DB: %v", err)
}
defer session.Close()

reaper := reap.New(
reap.Config{
Expand Down

0 comments on commit be78944

Please sign in to comment.