rename test file name

This commit is contained in:
hzxuzhonghu 2017-09-29 14:51:55 +08:00
parent b8100ceec3
commit 81d87466c8
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["encryptionconfig_test.go"],
srcs = ["config_test.go"],
library = ":go_default_library",
deps = [
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",