change convention
This commit is contained in:
@@ -8,11 +8,11 @@ go_library(
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "rootfs_test",
|
||||
name = "go_default_test",
|
||||
srcs = ["rootfs_test.go"],
|
||||
embed = [":rootfs"],
|
||||
embed = [":go_default_library"],
|
||||
deps = [
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@com_github_stretchr_testify//assert:go_default_library",
|
||||
"@com_github_stretchr_testify//require:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user