diff --git a/fs/operations_test.go b/fs/operations_test.go index 6ddf92ec7..39bfe9ae3 100644 --- a/fs/operations_test.go +++ b/fs/operations_test.go @@ -436,6 +436,7 @@ func TestSyncIgnoreTimes(t *testing.T) { r := NewRun(t) defer r.Finalise() file1 := r.WriteBoth("existing", "potato", t1) + fstest.CheckItems(t, r.fremote, file1) fs.Stats.ResetCounters() err := fs.Sync(r.fremote, r.flocal)