We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b2b4e commit 7cb43ceCopy full SHA for 7cb43ce
src/test/java/seedu/address/storage/JsonAdaptedAppointmentTest.java
@@ -25,7 +25,7 @@ public class JsonAdaptedAppointmentTest {
25
private static final String VALID_NRIC_1 = APPOINTMENT_1.getPatientNric().toString();
26
private static final String VALID_NRIC_2 = APPOINTMENT_1.getDoctorNric().toString();
27
private static final String VALID_DATE_A = APPOINTMENT_1.getAppointmentDateTime().toString();
28
- private static final String VALID_DATE_B = APPOINTMENT_1.getAppointmentDateTime().appointmentDateTime.toString();
+ private static final String VALID_DATE_B = APPOINTMENT_1.getAppointmentDateTime().toString();
29
private static final String VALID_APPOINTMENT_ID = APPOINTMENT_1.getAppointmentId().toString();
30
31
/**
0 commit comments