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:
@@ -526,7 +526,7 @@ func TestGetObjectNoQuorum(t *testing.T) {
|
||||
if file != "xl.meta" {
|
||||
disk.Delete(ctx, bucket, pathJoin(object, file), DeleteOptions{
|
||||
Recursive: true,
|
||||
Force: false,
|
||||
Immediate: false,
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -630,7 +630,7 @@ func TestHeadObjectNoQuorum(t *testing.T) {
|
||||
if file != "xl.meta" {
|
||||
disk.Delete(ctx, bucket, pathJoin(object, file), DeleteOptions{
|
||||
Recursive: true,
|
||||
Force: false,
|
||||
Immediate: false,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user