diff --git a/tck/src/main/java/org/eclipse/microprofile/lra/tck/TckTests.java b/tck/src/main/java/org/eclipse/microprofile/lra/tck/TckTests.java index f69f7545..a614d4e3 100644 --- a/tck/src/main/java/org/eclipse/microprofile/lra/tck/TckTests.java +++ b/tck/src/main/java/org/eclipse/microprofile/lra/tck/TckTests.java @@ -258,7 +258,7 @@ public void testAfterLRAListener() throws WebApplicationException, InterruptedEx // verify that the resource was notified of the final state of the LRA assertEquals("testAfterLRAListener: end synchronization was not invoked on resource " + resourcePath.getUri(), 1, - lraMetricService.getMetric(LRAMetricType.Closed, lra, AfterLRAParticipant.class.getName())); + lraMetricService.getMetric(LRAMetricType.Closed, lra, AfterLRAListener.class.getName())); } @Test