Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestS2CompressReader (0.16 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},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 23.4K bytes
    - Viewed (0)
Back to top