Skip to content

Commit

Permalink
Clean up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Jan 26, 2024
1 parent 7fd27c2 commit fc72cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/accounts/tests/test_provider_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ def test_email_request_email_confirmation_is_sent(
email = mailoutbox[0]

# do we have our expected email subject?
assert email_subject_copy in email.subject
assert email_subject_copy in email.subject

# Does our content refer to the correct copy?
assert email_copy in email.body
Expand Down

0 comments on commit fc72cab

Please sign in to comment.