Make PMD happy

This commit is contained in:
Geoffrey De Smet 2023-11-25 14:35:43 +01:00
parent 25bfddf417
commit 5df3c5711a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
import ai.timefold.solver.test.api.score.stream.ConstraintVerifier;
class ShiftScheduleConstraintProviderTest {
class ShiftScheduleConstraintProviderUnitTest {
private static final LocalDate MONDAY = LocalDate.of(2030, 4, 1);
private static final LocalDate TUESDAY = LocalDate.of(2030, 4, 2);