Skip to content

Commit e21f24f

Browse files
test/unit_inbroker_dead_letter_SUITE.erl -> test/dead_lettering_SUITE.erl
Per discussion with @dcorbacho. Those are not unit tests as they use Erlang client connections and manage nodes.
1 parent 32e5d35 commit e21f24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_inbroker_dead_letter_SUITE.erl renamed to test/dead_lettering_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%%
1717
%% For the full spec see: http://www.rabbitmq.com/dlx.html
1818
%%
19-
-module(unit_inbroker_dead_letter_SUITE).
19+
-module(dead_lettering_SUITE).
2020

2121
-include_lib("common_test/include/ct.hrl").
2222
-include_lib("kernel/include/file.hrl").

0 commit comments

Comments
 (0)