Merge pull request #2239 from estesp/fix-test-typeurl

Fix typo in metadata test typeurl string
This commit is contained in:
Stephen Day
2018-03-28 12:05:29 -07:00
committed by GitHub

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) {