Skip to content

Commit

Permalink
Fix meeting not being added into MyInsuRec
Browse files Browse the repository at this point in the history
  • Loading branch information
sikai00 committed Oct 27, 2022
1 parent 51082b1 commit 852e7fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/seedu/address/testutil/TypicalMeetings.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public static MyInsuRec getTypicalMyInsuRec() {
Client oldClient = meeting.getClient();
Client newClient = new ClientBuilder(oldClient).withMeeting(meeting).build();
myInsuRec.setClient(oldClient, newClient);
myInsuRec.addMeeting(meeting);
}
return myInsuRec;
}
Expand Down

0 comments on commit 852e7fc

Please sign in to comment.