sync: fix TestCopyEmptyDirectories after ModifyWindow changes #2310

This commit is contained in:
Nick Craig-Wood 2018-06-04 17:48:18 +01:00
parent 8a84975993
commit ba43acb6aa
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func TestCopyEmptyDirectories(t *testing.T) {
"sub dir",
"sub dir2",
},
fs.Config.ModifyWindow,
fs.GetModifyWindow(r.Fremote),
)
}