DATAJDBC-390 - Polishing.
Slightly tweak Javadoc. Original pull request: #159.
This commit is contained in:
@@ -118,7 +118,7 @@ public class EnableJdbcAuditingHsqlIntegrationTests {
|
||||
|
||||
entity = repository.save(entity);
|
||||
|
||||
assertThat(repository.findById(entity.id).get()).isEqualTo(entity);
|
||||
assertThat(repository.findById(entity.id)).contains(entity);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -176,7 +176,6 @@ public class EnableJdbcAuditingHsqlIntegrationTests {
|
||||
AuditingAnnotatedDummyEntity entity = repository.save(new AuditingAnnotatedDummyEntity());
|
||||
|
||||
assertThat(entity.id).isNotNull();
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user