Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Fix pr comments. clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kniazev committed Dec 21, 2015
1 parent 07bd48e commit 7714044
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aldryn_people/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ def setUp(self):
with override('de'):
self.person2 = Person(**self.data['person2']['de'])
self.group2 = Group(**self.data['group2']['de'])
# self.person2.name = 'person2'
# self.person2.slug = 'person2-slug'
self.person2.save()
self.group2.save()

Expand Down

0 comments on commit 7714044

Please sign in to comment.