From 5b90333c18883986a509400d72fab59378fa6520 Mon Sep 17 00:00:00 2001 From: Michael Musgrove Date: Sun, 14 Jul 2019 20:06:13 +0100 Subject: [PATCH] issue164-update Typo in test TckTests#testAfterLRAListener --- .../main/java/org/eclipse/microprofile/lra/tck/TckTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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