This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 9cd48602ab ARTEMIS-4664 Just fixing a typo on the test method name
9cd48602ab is described below

commit 9cd48602abd9593f749a8cb4684fa795878a23db
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Mar 7 10:51:27 2024 -0500

    ARTEMIS-4664 Just fixing a typo on the test method name
---
 .../tests/integration/server/AutoCreateDeadLetterResourcesTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/AutoCreateDeadLetterResourcesTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/AutoCreateDeadLetterResourcesTest.java
index c02ba3d524..41487de49f 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/AutoCreateDeadLetterResourcesTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/AutoCreateDeadLetterResourcesTest.java
@@ -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);
 

Reply via email to