Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4r45h committed Nov 11, 2024
1 parent 04b8d02 commit be336e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cosmovisor/process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,13 +474,13 @@ func TestPlanCustomDataLocation(t *testing.T) {
t,
fmt.Sprintf("%s/%s", workDir, "testdata/custom-data-path"),
cosmovisor.Config{
Name: "autod",
Name: "dummyd",
AllowDownloadBinaries: true,
PollInterval: 100,
UnsafeSkipBackup: true,
},
)

cfg.DataPath = filepath.Join(cfg.Home, "custom-location/data")
logger := log.NewTestLogger(t).With(log.ModuleKey, "cosmosvisor")

// should run the genesis binary and produce expected output
Expand Down

0 comments on commit be336e9

Please sign in to comment.