Skip to content

Commit

Permalink
Unnecessary unicode prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Feb 16, 2013
1 parent 3a02888 commit ddacf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envelope/tests/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_custom_success_url(self):
self.assertRedirects(response, self.customized_url)

def test_issue_18(self):
u"""
"""
ContactView subclasses should also trigger spam filtering.
See: https://github.com/zsiciarz/django-envelope/issues/18
Expand Down

0 comments on commit ddacf1b

Please sign in to comment.