Word spelling correction

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
This commit is contained in:
yuxiaobo
2019-09-25 16:49:54 +08:00
parent aba201344e
commit a0ae24b984
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ func TestContextCustomKeyPrefix(t *testing.T) {
ctx = WithMediaTypeKeyPrefix(ctx, images.MediaTypeDockerSchema2Layer, "bananas")
ctx = WithMediaTypeKeyPrefix(ctx, cmt, "apples")
// makes sure tha even though we've supplied some custom handling, the built-in still works
// makes sure that even though we've supplied some custom handling, the built-in still works
t.Run("normal supported case", func(t *testing.T) {
desc := ocispec.Descriptor{MediaType: ocispec.MediaTypeImageLayer}
expected := "layer-"