Fix typo in metadata test typeurl string

Incorrectly spelled "containerd" in test string.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2018-03-28 12:35:42 -04:00
parent fec0a1ba89
commit dd1085c922
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -39,7 +39,7 @@ import (
) )
func init() { func init() {
typeurl.Register(&specs.Spec{}, "types.contianerd.io/opencontainers/runtime-spec", "v1", "Spec") typeurl.Register(&specs.Spec{}, "types.containerd.io/opencontainers/runtime-spec", "v1", "Spec")
} }
func TestContainersList(t *testing.T) { func TestContainersList(t *testing.T) {