Skip to content

Commit

Permalink
bazel run gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
ansd committed Oct 20, 2024
1 parent dc9ebc5 commit cbe5551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
outs = ["test/topic_permission_SUITE.beam"],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/rabbit_common:erlang_app"],
deps = ["//deps/amqp_client:erlang_app"],
)
erlang_bytecode(
name = "transactions_SUITE_beam_files",
Expand Down

0 comments on commit cbe5551

Please sign in to comment.