cleanup for test with @BeforeTransaction so the method has to be @Transactional
This commit is contained in:
@@ -376,6 +376,7 @@ public class GraphRepositoryTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Transactional
|
||||
public void findWithMapResult() throws InterruptedException
|
||||
{
|
||||
Iterable<PersonRepository.NameAndPersonResult> result = personRepository.getAllNamesAndPeople();
|
||||
|
||||
Reference in New Issue
Block a user