Skip to content

Commit

Permalink
ARTEMIS-2144 fixing TransactionManagerLocatorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
andytaylor authored and clebertsuconic committed Jan 10, 2019
1 parent a34dc64 commit 13e410d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,6 +25,6 @@ public class TransactionManagerLocatorTest extends Assert {
@Test
public void getTM() {
assertNotNull(ServiceUtils.getTransactionManager());
assertEquals(ServiceUtils.getTransactionManager().getClass(), DummyTransactionManagerLocator.class);
assertEquals(org.apache.activemq.artemis.tests.integration.ra.DummyTransactionManager.class, ServiceUtils.getTransactionManager().getClass());
}
}

0 comments on commit 13e410d

Please sign in to comment.