Skip to content

Commit

Permalink
Fix missing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Apr 10, 2024
1 parent 35e3f74 commit e303ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (s *E2ETestSuite) ConfigureGenesisDebugExport() {
if exportPath == "" {
e2eDir, err := directories.E2E(t)
s.Require().NoError(err, "can't get e2edir")
exportPath = gopath.Join(e2eDir, directories.DefaultGenesisExportPath)
exportPath = path.Join(e2eDir, directories.DefaultGenesisExportPath)
}

if !path.IsAbs(exportPath) {
Expand Down

0 comments on commit e303ca0

Please sign in to comment.