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
commit 79963209f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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