Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhysum committed Jun 28, 2023
1 parent b313de7 commit d042c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/tests/adminpause/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ go_library(
"//parser/model",
"//testkit",
"//util/logutil",
"@com_github_stretchr_testify//require",
],
)

Expand All @@ -35,6 +34,7 @@ go_test(
deps = [
"//config",
"//ddl",
"//ddl/testutil",
"//ddl/util/callback",
"//domain",
"//errno",
Expand Down

0 comments on commit d042c2a

Please sign in to comment.