Skip to content

Commit

Permalink
(chores) camel-core: fixed incorrect test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Apr 18, 2024
1 parent 94566d8 commit 11fab69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

@DisabledOnOs(OS.AIX)
public class ManagedCamelContextDumpRoutesCoverageAsXml extends ManagementTestSupport {
public class ManagedCamelContextDumpRoutesCoverageAsXmlTest extends ManagementTestSupport {

@Test
public void testRouteCoverageStats() throws Exception {
Expand Down

0 comments on commit 11fab69

Please sign in to comment.