8000 sync: fix TestCopyEmptyDirectories after ModifyWindow changes #2310 · devdevmac/rclone@ba43acb · GitHub
[go: up one dir, main page]

Skip to content

Commit ba43acb

Browse files
committed
sync: fix TestCopyEmptyDirectories after ModifyWindow changes rclone#2310
1 parent 8a84975 commit ba43acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/sync/sync_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestCopyEmptyDirectories(t *testing.T) {
101101
"sub dir",
102102
"sub dir2",
103103
},
104-
fs.Config.ModifyWindow,
104+
fs.GetModifyWindow(r.Fremote),
105105
)
106106
}
107107

0 commit comments

Comments
 (0)
0