Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestS2CompressReader (0.11 sec)

  1. cmd/object-api-utils_test.go

    		}
    		if firstPart != test.firstPart {
    			t.Errorf("Test %d - expected firstPart %d but received %d",
    				i, test.firstPart, firstPart)
    		}
    	}
    }
    
    func TestS2CompressReader(t *testing.T) {
    	tests := []struct {
    		name    string
    		data    []byte
    		wantIdx bool
    	}{
    		{name: "empty", data: nil},
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 08 15:29:58 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top