mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 23:38:51 +02:00
fs: rename BasicInfo to DirEntry
This commit is contained in:
@ -952,7 +952,7 @@ func TestListDirSorted(t *testing.T) {
|
||||
var items fs.DirEntries
|
||||
var err error
|
||||
|
||||
// Turn the BasicInfo into a name, ending with a / if it is a
|
||||
// Turn the DirEntry into a name, ending with a / if it is a
|
||||
// dir
|
||||
str := func(i int) string {
|
||||
item := items[i]
|
||||
|
Reference in New Issue
Block a user