Skip to content

Commit 6158568

Browse files
committed
Fix typo (cli test module)
1 parent 9bdb81f commit 6158568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/test/diagnostics/check_for_quorum_queues_without_an_elected_leader_test.exs renamed to deps/rabbitmq_cli/test/diagnostics/check_for_quorum_queues_without_an_elected_leader_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##
55
## Copyright (c) 2007-2025 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
66

7-
defmodule CheckForQuorumQueuesWithoutAnElectedLeaderTest do
7+
defmodule CheckForQuorumQueuesWithoutAnElectedLeaderCommandTest do
88
use ExUnit.Case, async: false
99
import TestHelper
1010

0 commit comments

Comments
 (0)