Skip to content
Snippets Groups Projects
Commit 9e3381f0 authored by Elengikal's avatar Elengikal
Browse files

Revert "Update SendRemindersActionTest.java - indentation"

This reverts commit e5494d90.
parent 5976f35f
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