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

Commit

Permalink
PEP-8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Mar 10, 2013
1 parent 1082d04 commit 8f5a306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eadred/tests/test_helpers.py
Expand Up @@ -12,7 +12,7 @@ def test_make_unique(self):
assert gen.next().endswith('0')
assert gen.next().endswith('1')
assert gen.next().endswith('2')

def test_name_generator(self):
gen = helpers.name_generator()
assert gen.next() in helpers.ENGLISH_MONARCHS
Expand Down

0 comments on commit 8f5a306

Please sign in to comment.