rename Force to Immediate for clarity (#18540)

This commit is contained in:
Anis Eleuch
2023-11-28 22:35:16 -08:00
committed by GitHub
parent e9babf3dac
commit b7d11141e1
16 changed files with 69 additions and 68 deletions

View File

@@ -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,
})
}
}