Skip to content

Commit

Permalink
Merge pull request #188 from mmusgrov/issue164-update
Browse files Browse the repository at this point in the history
issue164-update Typo in test TckTests#testAfterLRAListener
  • Loading branch information
mmusgrov authored Jul 14, 2019
2 parents 182a244 + 5b90333 commit 93dbd6c
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 93dbd6c

Please sign in to comment.