Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 20, 2023
1 parent 8b84a0d commit be9201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tos/tests/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_middleware_redirects(self):

def test_invalidate_cache_on_accept_fix_redirect_loop(self):
"""
Make sure accepting doesnt send you right back to tos page.
Make sure accepting doesn't send you right back to tos page.
"""
self.assertFalse(UserAgreement.objects.filter(terms_of_service=self.tos1, user=self.user2).exists())

Expand Down

0 comments on commit be9201a

Please sign in to comment.