NO-JIRA Moving AssertionLoggerHandlerTest to Unit Tests

This would help capture issues with logging configuration on PR checks
This commit is contained in:
Clebert Suconic 2021-07-29 21:53:43 -04:00 committed by clebertsuconic
parent 62c3d864a2
commit eabfc0658f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package org.apache.activemq.artemis.tests.integration.logging;
package org.apache.activemq.artemis.tests.unit.logging;
import org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl;
import org.apache.activemq.artemis.logs.AssertionLoggerHandler;