Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Feb 1, 2023
1 parent 07c73db commit 1caa5af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resourcemanager/util/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ go_test(
name = "util_test",
srcs = ["shard_pool_map_test.go"],
embed = [":util"],
deps = ["@com_github_stretchr_testify//require"],
deps = [
"//util/intest",
"@com_github_stretchr_testify//require",
],
)

0 comments on commit 1caa5af

Please sign in to comment.