Skip to content

Commit

Permalink
Updated load_folders functionality to more closely match subsetting b…
Browse files Browse the repository at this point in the history
…y strings.
  • Loading branch information
bryjcannon committed Jan 6, 2024
1 parent b85bcf7 commit f1be5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_list_folders():
temp_dir, substrs=["test_", "other"], exact_match=False
)
assert sorted(get_test_and_other) == sorted(
["Ntest_csv", "test_csv", "test_csv1", "test_csv2", "test_out", "othertf_txt"]
["test_csv", "test_csv1", "test_csv2", "test_out"]
)

# Test hidden files
Expand Down

0 comments on commit f1be5b5

Please sign in to comment.