Skip to content

Commit

Permalink
Fix test for path finder
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Coêlho <[email protected]>
  • Loading branch information
chocoelho committed Oct 5, 2018
1 parent d7a8aa5 commit c6fbc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/finder/test_file_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def _run_test(self, name, expected):
files = find_python([], [root], explicit_file_mode=False)

expected = [os.path.relpath(os.path.join(root, e).rstrip(os.path.sep)) for e in expected]
expected.append(files.rootpath)
actual = files.get_minimal_syspath()

expected.sort(key=lambda x: len(x))
Expand Down

0 comments on commit c6fbc59

Please sign in to comment.