We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2471 commit 857a121Copy full SHA for 857a121
src/test/java/com/rabbitmq/client/amqp/impl/ConsumerOutcomeTest.java
@@ -180,8 +180,7 @@ void discardedMessageShouldBeDeadLeadLetteredWhenConfigured() {
180
}
181
182
@Test
183
- void
184
- discardedMessageWithAnnotationsShouldBeDeadLeadLetteredAndContainAnnotationsWhenConfigured() {
+ void discardedMessageWithAnnotationsShouldBeDeadLeadLetteredAndContainAnnotationsWhenConfigured() {
185
declareDeadLetterTopology();
186
Publisher publisher = this.connection.publisherBuilder().queue(q).build();
187
this.connection
0 commit comments