Skip to content

Commit

Permalink
Remove duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 7, 2022
1 parent c4caef1 commit a51d546
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/basic-gazelle/pkg/roll/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ go_library(
deps = ["@io_k8s_klog_v2//:klog"],
)

go_test(
name = "roll_dice_test",
srcs = ["roll_dice_test.go"],
embed = [":roll"],
)

go_test(
name = "roll_test",
srcs = ["roll_dice_test.go"],
Expand Down

0 comments on commit a51d546

Please sign in to comment.