Skip to content

Commit

Permalink
issue164-update Typo in test TckTests#testAfterLRAListener
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusgrov committed Jul 14, 2019
1 parent 182a244 commit 5b90333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b90333

Please sign in to comment.