From dd1085c922d1cbdea75050988b9ddb9aaa4fd033 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 28 Mar 2018 12:35:42 -0400 Subject: [PATCH] Fix typo in metadata test typeurl string Incorrectly spelled "containerd" in test string. Signed-off-by: Phil Estes --- metadata/containers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/containers_test.go b/metadata/containers_test.go index c53b08b31..fa2c66789 100644 --- a/metadata/containers_test.go +++ b/metadata/containers_test.go @@ -39,7 +39,7 @@ import ( ) 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) {