Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent edb3fab commit 7024e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def test_user_profile(self):
"Tickets opened: 4.</a>",
html=True,
)
self.assertContains(a_user_response,"New tickets triaged: 1.")
self.assertContains(b_user_response,"New tickets triaged: 1.")
self.assertContains(a_user_response, "New tickets triaged: 1.")
self.assertContains(b_user_response, "New tickets triaged: 1.")


class ViewsTests(TestCase):
Expand Down

0 comments on commit 7024e21

Please sign in to comment.