Fix bug in test_find_with_globbing unit test (#7652)
This commit is contained in:
parent
f613437a44
commit
c50628ebdf
@ -295,4 +295,4 @@ def test_searching_order(search_fn, search_list, root, kwargs):
|
||||
])
|
||||
def test_find_with_globbing(root, search_list, kwargs, expected):
|
||||
matches = find(root, search_list, **kwargs)
|
||||
assert matches == expected
|
||||
assert sorted(matches) == sorted(expected)
|
||||
|
Loading…
Reference in New Issue
Block a user