Skip to content

Commit 2f27d47

Browse files
committed
Fix typo in metadata test typeurl string
Incorrectly spelled "containerd" in test string. Signed-off-by: Phil Estes <[email protected]>
1 parent 386b4e9 commit 2f27d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metadata/containers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
func init() {
26-
typeurl.Register(&specs.Spec{}, "types.contianerd.io/opencontainers/runtime-spec", "v1", "Spec")
26+
typeurl.Register(&specs.Spec{}, "types.containerd.io/opencontainers/runtime-spec", "v1", "Spec")
2727
}
2828

2929
func TestContainersList(t *testing.T) {

0 commit comments

Comments
 (0)