-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(dev/core#365) Scheduled Reminders - Add effective end and start date, extend unit test #19973
Conversation
(Standard links)
|
f235617
to
d19338e
Compare
@monishdeb if you add a screenshot on the UI I'll add to the dev digest |
@monishdeb the tests are still winning Test Result (2 failures / +2) |
@monishdeb I took a look at this & it looks like the test fails are just bleed - ie you defined this for one test
but it messes with a different one Also the date seems wrong on grad_tomorrow because it doesn't say what it seems to - this might be better
The actual code looks good so if the tests pass the code is fine IMHO |
@eileenmcnaughton I am finally able to fix all the failing unit tests. I am pretty sure now all the SR unit-test has ESD and EED set during scheduling a reminder in different use-case. Can you please have a look. |
OK - this is passing tests & makes sense |
Overview
Add optional effective end and start date filter while sending schedule reminders. And extend unit-test to add the filters
Comments
ping @eileenmcnaughton