Skip to content

Commit 5497aaf

Browse files
committed
Fix bazel rules
1 parent 0b37674 commit 5497aaf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ rabbitmq_integration_suite(
513513
],
514514
)
515515

516-
rabbitmq_suite(
516+
rabbitmq_integration_suite(
517517
name = "mirrored_supervisor_SUITE",
518518
size = "small",
519519
additional_srcs = [
@@ -1096,6 +1096,9 @@ rabbitmq_integration_suite(
10961096
rabbitmq_integration_suite(
10971097
name = "exchanges_SUITE",
10981098
size = "small",
1099+
additional_beam = [
1100+
":quorum_queue_utils",
1101+
],
10991102
)
11001103

11011104
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)