Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joereuss12 committed May 29, 2024
1 parent 565f34f commit ecf4e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/handle_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,8 @@ func TestNewTransferEngine(t *testing.T) {
})
}

// Test the functionality of getting the collections URL from the director or from the namespace ad.
// Tests different responses from the director with and without 'dirlisthost' specified in the namespace.
func TestGetCollectionsUrl(t *testing.T) {
viper.Reset()
defer viper.Reset()
Expand Down
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ func DoList(ctx context.Context, remoteObject string, options ...TransferOption)
}
}

// If a user specifies dirOnly and fileOnly, this means basic functionality (list both files and directories) so just remove the flags
// If a user specifies dirOnly and objectOnly, this means basic functionality (list both objects and directories) so just remove the flags
if dironly && objectonly {
dironly = false
objectonly = false
Expand Down

0 comments on commit ecf4e9d

Please sign in to comment.