Skip to content

Commit

Permalink
Fix Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Dec 15, 2014
1 parent cb121b6 commit ac693db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ def test_collections_cache_invalidation(tmpdir):
assert not result.exception

rv = bar.join('a').listdir()
rv2 = tmpdir.join('bar2').join('a').listdir()
rv2 = bar2.join('a').listdir()
assert len(rv) == len(rv2) == 1
assert rv[0].basename == rv2[0].basename == 'itemone.txt'

0 comments on commit ac693db

Please sign in to comment.