Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artragis committed Apr 18, 2016
1 parent 1b0e084 commit ba7cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/tutorialv2/tests/tests_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def test_add_tags(self):
tags_len += 2
tuto_tags_len += 2
self.assertEqual(tags_len, Tag.objects.count(),
'all tags are "{}"'.format('","'.join(Tag.objects.all()))
'all tags are "{}"'.format('","'.join(Tag.objects.all())))
self.assertEqual(tuto_tags_len, len(tuto.tags.all()))

def tearDown(self):
Expand Down

0 comments on commit ba7cbde

Please sign in to comment.