Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Jun 19, 2024
1 parent cc07fe4 commit 037d799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/amqp10_client/test/system_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all() ->
{group, rabbitmq},
{group, rabbitmq_strict},
{group, activemq},
{group, ibmmq}
{group, ibmmq},
{group, activemq_no_anon},
{group, mock}
].
Expand Down

0 comments on commit 037d799

Please sign in to comment.