Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/docker-v29.0.0
/
.
/
daemon
/
update_linux_test.go
blob: 17d9d91c6fa51d019645ec546c6b2cf799f75c29 [
file
] [
log
] [
blame
]
package daemon
import (
"testing"
"github.com/moby/moby/api/types/container"
)
func TestToContainerdResources_Defaults(t *testing.T) {
checkResourcesAreUnset(t, toContainerdResources(container.Resources{}))
}