Unverified Commit d1589522 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #70722 from yue9944882/test/enchance-test-regression-for-versioning-codec

Part of #68464: Enchance unit test regression for unstructured in versioning codec
parents 4b9b7ffc 1e8dee39
......@@ -8,12 +8,17 @@ load(
go_test(
name = "go_default_test",
srcs = ["versioning_test.go"],
srcs = [
"versioning_test.go",
"versioning_unstructured_test.go",
],
embed = [":go_default_library"],
deps = [
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/diff:go_default_library",
"//vendor/github.com/stretchr/testify/assert:go_default_library",
],
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment