fix: checkstyle violations

This commit is contained in:
Natalia Cholewa 2025-12-04 23:08:10 +01:00
commit e85a43725d

View file

@ -22,7 +22,6 @@ import java.util.Set;
import java.util.stream.LongStream; import java.util.stream.LongStream;
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
// Spring Boot unit testing magic // Spring Boot unit testing magic
// Before each test the state of the repository is reset by // Before each test the state of the repository is reset by