mirror of
https://github.com/rclone/rclone.git
synced 2025-07-11 14:30:44 +02:00
vfs: rename Fsync to Sync and implement Sync on Node and Handle
This commit is contained in:
@ -64,8 +64,8 @@ func TestDirMethods(t *testing.T) {
|
||||
// Size
|
||||
assert.Equal(t, int64(0), dir.Size())
|
||||
|
||||
// Fsync
|
||||
assert.NoError(t, dir.Fsync())
|
||||
// Sync
|
||||
assert.NoError(t, dir.Sync())
|
||||
|
||||
// DirEntry
|
||||
assert.Equal(t, dir.entry, dir.DirEntry())
|
||||
|
Reference in New Issue
Block a user