Skip to content

Commit b7839a8

Browse files
committed
2121: Update docstring
1 parent 8c3a101 commit b7839a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • accessibility_monitoring_platform/apps/notifications/tests

accessibility_monitoring_platform/apps/notifications/tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ def test_deactivate_case_updates_status(admin_client):
702702

703703
@pytest.mark.django_db
704704
def test_task_list_show_all_detailed_reminders(rf):
705-
"""Test task list page can show all reminder tasks for detailed cases"""
705+
"""Test task list page can show all due reminder tasks for detailed cases"""
706706
request_user: User = User.objects.create(
707707
username="mockuser1", email="mockuser1@mock.com", password="secret1"
708708
)

0 commit comments

Comments
 (0)