Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anatskiy committed Jan 30, 2017
1 parent d26cef1 commit 5f6b749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ def test_get(self):

class NavigationTreeTest(TestCase):
def setUp(self):
admin = User.objects.create_user(
User.objects.create_user(
email='admin@bar.io', password='foo-foo', is_staff=True,
)

user = User.objects.create_user(
User.objects.create_user(
email='user@bar.io', password='foo-foo', is_staff=False,
)

Expand Down

0 comments on commit 5f6b749

Please sign in to comment.