From be336e92a217c4c42f9c0e14ac85bdcc6319799e Mon Sep 17 00:00:00 2001 From: 0x4r45h <0x4r45h@gmail.com> Date: Mon, 11 Nov 2024 03:50:26 +0330 Subject: [PATCH] fix failing tests --- tools/cosmovisor/process_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cosmovisor/process_test.go b/tools/cosmovisor/process_test.go index 1711ca11bed4..af3d83a56c04 100644 --- a/tools/cosmovisor/process_test.go +++ b/tools/cosmovisor/process_test.go @@ -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