Skip to content

Commit

Permalink
Shift environment.go to horizon package
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Oct 4, 2023
1 parent cca510d commit 546bb3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 48 deletions.
45 changes: 0 additions & 45 deletions services/horizon/internal/test/integration/environment.go

This file was deleted.

6 changes: 3 additions & 3 deletions services/horizon/internal/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ type Test struct {
config Config
coreConfig CaptiveConfig
horizonIngestConfig horizon.Config
environment *EnvironmentManager
environment *horizon.EnvironmentManager

horizonClient *sdk.Client
horizonAdminClient *sdk.AdminClient
Expand Down Expand Up @@ -151,7 +151,7 @@ func NewTest(t *testing.T, config Config) *Test {
config: config,
composePath: composePath,
passPhrase: StandaloneNetworkPassphrase,
environment: NewEnvironmentManager(),
environment: horizon.NewEnvironmentManager(),
}
i.configureCaptiveCore()
// Only run Stellar Core container and its dependencies.
Expand All @@ -160,7 +160,7 @@ func NewTest(t *testing.T, config Config) *Test {
i = &Test{
t: t,
config: config,
environment: NewEnvironmentManager(),
environment: horizon.NewEnvironmentManager(),
}
}

Expand Down

0 comments on commit 546bb3c

Please sign in to comment.