Skip to content

Commit

Permalink
pep8 standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mbellotti committed Aug 25, 2015
1 parent b65a49c commit a33ce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/lib/test_munge.py
Expand Up @@ -50,7 +50,7 @@ class TestMungeFilename(object):
('2014-11-10 12:24:05.340603my_image.jpeg',
'2014-11-10-122405.340603my_image.jpeg'),
('file.csv', 'file.csv'),
('underscores_are_awesome','underscores_are_awesome'),
('underscores_are_awesome', 'underscores_are_awesome'),
('f' * 100 + '.csv', 'f' * 96 + '.csv'),
('path/to/file.csv', 'file.csv'),
('.longextension', '.longextension'),
Expand Down

0 comments on commit a33ce2b

Please sign in to comment.