mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Use const slashSeparator instead of "/" everywhere (#8028)
This commit is contained in:
@@ -180,7 +180,7 @@ func TestXLDeleteObjectsXLSet(t *testing.T) {
|
||||
switch statErr.(type) {
|
||||
case ObjectNotFound:
|
||||
default:
|
||||
t.Fatalf("Object %s is not removed", test.bucket+"/"+test.object)
|
||||
t.Fatalf("Object %s is not removed", test.bucket+SlashSeparator+test.object)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user