mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
@@ -344,7 +344,7 @@ func CheckListing(t *testing.T, f fs.Fs, items []Item) {
|
||||
// CheckItems checks the fs to see if it has only the items passed in
|
||||
// using a precision of fs.Config.ModifyWindow
|
||||
func CheckItems(t *testing.T, f fs.Fs, items ...Item) {
|
||||
CheckListingWithPrecision(t, f, items, nil, fs.GetModifyWindow(f))
|
||||
CheckListingWithPrecision(t, f, items, nil, fs.GetModifyWindow(context.TODO(), f))
|
||||
}
|
||||
|
||||
// CompareItems compares a set of DirEntries to a slice of items and a list of dirs
|
||||
|
||||
Reference in New Issue
Block a user