Skip to content

Commit

Permalink
chore: code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenRobertsHEE committed Sep 19, 2023
1 parent 0291bcb commit 2456147
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ void shouldNotUpdateProgrammeMembershipCojWhenNewCojNotSigned() {

ProgrammeMembership newProgrammeMembership = createProgrammeMembership(
EXISTING_PROGRAMME_MEMBERSHIP_UUID, MODIFIED_SUFFIX, 100);
ConditionsOfJoining newConditionsOfJoining = new ConditionsOfJoining(null, GoldGuideVersion.GG9);
ConditionsOfJoining newConditionsOfJoining
= new ConditionsOfJoining(null, GoldGuideVersion.GG9);
newProgrammeMembership.setConditionsOfJoining(newConditionsOfJoining);

Optional<ProgrammeMembership> programmeMembership = service
Expand Down

0 comments on commit 2456147

Please sign in to comment.