()
| 42 | ) |
| 43 | |
| 44 | func init() { |
| 45 | typeurl.Register(&specs.Spec{}, "types.containerd.io/opencontainers/runtime-spec", "v1", "Spec") |
| 46 | } |
| 47 | |
| 48 | func TestContainersList(t *testing.T) { |
| 49 | ctx, db := testEnv(t) |
nothing calls this directly
no test coverage detected
searching dependent graphs…