Skip to content

Commit

Permalink
Fixed typos in test docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored and sarahboyce committed May 16, 2024
1 parent c0b0ce8 commit 604e32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/admin_scripts/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,7 @@ def serve_template(request, *args, **kwargs):
urls.urlpatterns = old_urlpatterns

def test_project_template_tarball_url(self):
""" "
"""
Startproject management command handles project template tar/zip balls
from non-canonical urls.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/admin_views/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3927,7 +3927,7 @@ def test_recentactions_description(self):
)

def test_deleteconfirmation_link(self):
""" "
"""
The link from the delete confirmation page referring back to the
changeform of the object should be quoted.
"""
Expand Down

0 comments on commit 604e32e

Please sign in to comment.