mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
rename Force to Immediate for clarity (#18540)
This commit is contained in:
@@ -64,7 +64,7 @@ func TestUNCPaths(t *testing.T) {
|
||||
}
|
||||
fs.Delete(context.Background(), "voldir", test.objName, DeleteOptions{
|
||||
Recursive: false,
|
||||
Force: false,
|
||||
Immediate: false,
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user