ARTEMIS-4664 Just fixing a typo on the test method name
This commit is contained in:
parent
45533c38da
commit
9cd48602ab
|
@ -259,7 +259,7 @@ public class AutoCreateDeadLetterResourcesTest extends ActiveMQTestBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testOngingSendToDLAPreventAutoDelete() throws Exception {
|
||||
public void testOngoingSendToDLAPreventAutoDelete() throws Exception {
|
||||
final int messageCount = 100;
|
||||
SimpleString dlqName = AddressSettings.DEFAULT_DEAD_LETTER_QUEUE_PREFIX.concat(addressA).concat(AddressSettings.DEFAULT_DEAD_LETTER_QUEUE_SUFFIX);
|
||||
|
||||
|
|
Loading…
Reference in New Issue