diff --git a/JdbcAccounts/src/test/java/com/oreilly/repositories/InMemoryAccountRepositoryTest.java b/JdbcAccounts/src/test/java/com/oreilly/repositories/InMemoryAccountRepositoryTest.java index 4b3e019..e45e7a5 100644 --- a/JdbcAccounts/src/test/java/com/oreilly/repositories/InMemoryAccountRepositoryTest.java +++ b/JdbcAccounts/src/test/java/com/oreilly/repositories/InMemoryAccountRepositoryTest.java @@ -20,7 +20,6 @@ @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(classes = AppConfig.class) -@Transactional @ActiveProfiles("dev") public class InMemoryAccountRepositoryTest { @@ -89,4 +88,4 @@ public void testDeleteAccount() throws Exception { // Re-add the deleted account repository.createAccount(account.getBalance()); } -} \ No newline at end of file +}