This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

audit event failed tests

Merged Philipp Gritsch requested to merge audit-event-failed-test into development
Viewing commit e631d0de
Show latest version
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -109,6 +109,8 @@ public class AuditEventServiceIT {
persistenceAuditEventRepository.save(auditEventWithinRetention);
persistenceAuditEventRepository.save(auditEventNew);
persistenceAuditEventRepository.flush();
assertThat(persistenceAuditEventRepository.findAll().size()).isEqualTo(currentAuditLogs + auditEventsOld.size() + 2);
isolatedTransactionTemplate.execute(