Skip to content

Commit

Permalink
Merge pull request #11709 from rabbitmq/gazelle-main
Browse files Browse the repository at this point in the history
bazel run gazelle
  • Loading branch information
michaelklishin authored Jul 13, 2024
2 parents 6f67a85 + e74ecff commit aeeb990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ rabbitmq_suite(
size = "small",
deps = [
"@meck//:erlang_app",
]
],
)

rabbitmq_integration_suite(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbit/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2131,5 +2131,5 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
outs = ["test/classic_queue_SUITE.beam"],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
deps = ["//deps/amqp_client:erlang_app"],
)

0 comments on commit aeeb990

Please sign in to comment.