Skip to content

Commit

Permalink
order?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger committed Jul 9, 2024
1 parent cc162d5 commit 36b4c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pctasks/core/tests/storage/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def test_walk_match_full_path():
min_depth=1, max_depth=1, matches="a/asset-.*.json", match_full_path=True
)
}
assert subdirs["a"] == ["asset-a-1.json", "asset-a-2.json"]
assert set(subdirs["a"]) == {"asset-a-1.json", "asset-a-2.json"}
assert subdirs["b"] == []

0 comments on commit 36b4c1c

Please sign in to comment.