Skip to content
Snippets Groups Projects
Commit e5494d90 authored by ahmada4's avatar ahmada4 Committed by Elengikal
Browse files

Update SendRemindersActionTest.java - indentation

parent 8bd7783b
No related branches found
No related tags found
1 merge request!21UC39
......@@ -49,12 +49,12 @@ public class SendRemindersActionTest extends TestCase {
public void testSendReminders() throws ITrustException, SQLException, FormValidationException {
ApptBean aBean = new ApptBean();
aBean.setApptType("TEST");
aBean.setPatient(patientId);
aBean.setHcp(hcpId);
aBean.setDate(Timestamp.valueOf(LocalDateTime.now().plusDays(4)));
aBean.setApptType("TEST");
aBean.setPatient(patientId);
aBean.setHcp(hcpId);
aBean.setDate(Timestamp.valueOf(LocalDateTime.now().plusDays(4)));
List<MessageBean> mbListBefore = messageDAO.getMessagesFor(patientId);
List<MessageBean> mbListBefore = messageDAO.getMessagesFor(patientId);
srAction.sendReminder(aBean);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment