mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
XL/metadata: use new hashOrder algorithm for newXLMeta. (#2147)
This commit is contained in:
@@ -39,7 +39,7 @@ func TestXLMetaV1(t *testing.T) {
|
||||
}
|
||||
|
||||
// Create a XLMetaV1 structure to test on.
|
||||
meta := newXLMetaV1(8, 8)
|
||||
meta := newXLMetaV1("minio", 8, 8)
|
||||
|
||||
// Add 5 parts.
|
||||
for _, test := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user