Formatting
This commit is contained in:
parent
50c16b4911
commit
21390b5f8a
@ -410,7 +410,12 @@ public class IdeaServiceImplTest {
|
||||
assertPair(
|
||||
false,
|
||||
"The idea is the wrong level for you, please pick another one.",
|
||||
ideaService.validateStudentAcceptance(createBachelorIdea(Idea.Status.UNMATCHED), student, coAuthor, applicationPeriod)
|
||||
ideaService.validateStudentAcceptance(
|
||||
createBachelorIdea(Idea.Status.UNMATCHED),
|
||||
student,
|
||||
coAuthor,
|
||||
applicationPeriod
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@ -421,7 +426,12 @@ public class IdeaServiceImplTest {
|
||||
assertPair(
|
||||
false,
|
||||
"The idea is the wrong level for your partner, please pick another one.",
|
||||
ideaService.validateStudentAcceptance(createBachelorIdea(Idea.Status.UNMATCHED), student, coAuthor, applicationPeriod)
|
||||
ideaService.validateStudentAcceptance(
|
||||
createBachelorIdea(Idea.Status.UNMATCHED),
|
||||
student,
|
||||
coAuthor,
|
||||
applicationPeriod
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user