Skip to content

Commit

Permalink
Set absolute reference for stellar-core config path
Browse files Browse the repository at this point in the history
  • Loading branch information
edualvess committed Apr 18, 2024
1 parent b30535e commit 43cdcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/export_ledger_entry_changes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

const coreExecutablePath = "../stellar-core/src/stellar-core"
const coreConfigPath = "./docker/stellar-core.cfg"
const coreConfigPath = "/etl/docker/stellar-core.cfg"

func TestExportChanges(t *testing.T) {

Expand Down

0 comments on commit 43cdcf2

Please sign in to comment.