Skip to content

Commit 22d9f9b

Browse files
author
Malte Jörgens
committed
arangodb#80 Cleanup Tests
1 parent 8b25588 commit 22d9f9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/test/java/com/arangodb/springframework/transaction/ArangoTransactionManagerRepositoryTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public void shouldWorkWithinTransaction() {
3939
humanBeingRepository.save(anakin);
4040

4141
assertThat(humanBeingRepository.findByNameAndSurname(anakin.getName(), anakin.getSurname())).isPresent();
42-
4342
}
4443

4544
@Test

0 commit comments

Comments
 (0)