- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for fffb6377948ebea75ad2b8058e849ef5 (0.09 seconds)
-
cmd/erasure-object_test.go
h := md5.New() _, err = io.Copy(h, gr) if err != nil { t.Fatalf("Expected GetObject reading data to succeed, but failed with %v", err) } gr.Close() const expectedHash = "fffb6377948ebea75ad2b8058e849ef5" foundHash := fmt.Sprintf("%x", h.Sum(nil)) if foundHash != expectedHash { t.Fatalf("Expected data to have md5sum = `%s`, found `%s`", expectedHash, foundHash) } }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 38.3K bytes - Click Count (0)