We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 386b4e9 + 2f27d47 commit 62aad0eCopy full SHA for 62aad0e
1 file changed
metadata/containers_test.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
func init() {
26
- typeurl.Register(&specs.Spec{}, "types.contianerd.io/opencontainers/runtime-spec", "v1", "Spec")
+ typeurl.Register(&specs.Spec{}, "types.containerd.io/opencontainers/runtime-spec", "v1", "Spec")
27
}
28
29
func TestContainersList(t *testing.T) {
0 commit comments