mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
rename Force to Immediate for clarity (#18540)
This commit is contained in:
@@ -382,7 +382,7 @@ func testStorageAPIDeleteFile(t *testing.T, storage StorageAPI) {
|
||||
for i, testCase := range testCases {
|
||||
err := storage.Delete(context.Background(), testCase.volumeName, testCase.objectName, DeleteOptions{
|
||||
Recursive: false,
|
||||
Force: false,
|
||||
Immediate: false,
|
||||
})
|
||||
expectErr := (err != nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user