()
| 168 | } |
| 169 | |
| 170 | func (i *compressedImage) Descriptor() (*v1.Descriptor, error) { |
| 171 | return partial.Descriptor(i.img) |
| 172 | } |
| 173 | |
| 174 | func TestCompressed(t *testing.T) { |
| 175 | rnd, err := random.Image(1024, 1) |
nothing calls this directly
no test coverage detected