From 80c658266849fe0d757639d67b586659b572a8b6 Mon Sep 17 00:00:00 2001 From: Michael Breu <Michael.Breu@arctis.at> Date: Thu, 20 Jun 2024 09:40:35 +0200 Subject: [PATCH] prettier --- .../java/at/ac/uibk/gitsearch/service/AuditEventServiceIT.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/java/at/ac/uibk/gitsearch/service/AuditEventServiceIT.java b/src/test/java/at/ac/uibk/gitsearch/service/AuditEventServiceIT.java index 21ed73eeb..8d309618d 100644 --- a/src/test/java/at/ac/uibk/gitsearch/service/AuditEventServiceIT.java +++ b/src/test/java/at/ac/uibk/gitsearch/service/AuditEventServiceIT.java @@ -5,13 +5,11 @@ import static org.assertj.core.api.Assertions.assertThat; import at.ac.uibk.gitsearch.GitsearchApp; import at.ac.uibk.gitsearch.domain.PersistentAuditEvent; import at.ac.uibk.gitsearch.repository.jpa.PersistenceAuditEventRepository; - import java.time.Instant; import java.time.temporal.ChronoUnit; import java.util.ArrayList; import java.util.List; import java.util.concurrent.TimeUnit; - import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Timeout; @@ -24,7 +22,6 @@ import org.springframework.transaction.PlatformTransactionManager; import org.springframework.transaction.TransactionDefinition; import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.support.TransactionTemplate; - import tech.jhipster.config.JHipsterProperties; /** -- GitLab