Skip to content

Commit f9890e4

Browse files
committed
style: Run formatter #1556
1 parent 0176aea commit f9890e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/test/java/ch/puzzle/okr/service/persistence/QuarterPersistenceServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void getModelNameShouldReturnQuarter() {
142142
@CsvSource(value = { "1,4,1,1", "2,4,0,1", "3,4,0,1", "4,1,1,4", "5,1,0,4", "6,1,0,4", "7,2,1,7", "8,2,0,7",
143143
"9,2,0,7", "10,3,1,10", "11,3,0,10", "12,3,0,10" })
144144
void shouldGenerateQuarterWithCronJob(int month, int quarterIndex, int amountOfInvocations,
145-
int currentQuarterStart) {
145+
int currentQuarterStart) {
146146
int startQuarter = 7;
147147
ReflectionTestUtils.setField(quarterBusinessService, "quarterStart", startQuarter);
148148
int nextYear = Year.now().atMonth(startQuarter).plusMonths(month + 12 - 1).getYear();

0 commit comments

Comments
 (0)