ARTEMIS-4664 Just fixing a typo on the test method name

This commit is contained in:
Clebert Suconic 2024-03-07 10:51:27 -05:00
parent 45533c38da
commit 9cd48602ab
1 changed files with 1 additions and 1 deletions

View File

@ -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);