Skip to content

Commit

Permalink
Adjust tests to new formatting of check reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed May 18, 2022
1 parent 2812977 commit 7707912
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,12 +426,12 @@ def test_get_check_reminder() -> None:
expected = """*Pending Transcription Checks:*
*12-48 hours*:
- *u/mod556*: <https://example.com|u/user123>
- u/mod556: <https://example.com|u/user123>
*4-7 days*:
- *[UNCLAIMED]*: <https://example.com|u/user123>
- *u/mod974*: <https://example.com|u/user123>
- [UNCLAIMED]: <https://example.com|u/user123>
- u/mod974: <https://example.com|u/user123>
*7+ days :rotating_light:*:
- *u/mod123*: <https://example.com|u/user123>
- u/mod123: <https://example.com|u/user123>
"""

actual = _get_check_reminder(aggregate)
Expand Down

0 comments on commit 7707912

Please sign in to comment.