diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-24 21:37:37 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-24 21:37:37 -0600 |
commit | eae1a3a5f602e9c79e07f4b6c1b133dfd12e1d5c (patch) | |
tree | 5ac9e4e20524b83b2020f985ca415ddbb341f097 /tests/test_utils.py | |
parent | a609b1cb2b43fd17e03efa62314f679b47ae6cb5 (diff) |
add database_entry tests, change type for tags attr
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r-- | tests/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index b7c9754..86242c2 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -151,7 +151,7 @@ def test_dir_structure(tmp_dir_structure: Path, (('md',), ['first'], ['f0.md', 'second/f4.md', 'second/s1/f5.md']), (('md',), ['first', 's1'], ['f0.md', 'second/f4.md']), (('md',), ['f2', 's1'], ['f0.md', 'second/f4.md', - 'first/f1.md', 'first/f1/f2.md',]), + 'first/f1.md', 'first/f1/f2.md',]) ]) def test_file_list(tmp_dir_structure: Path, exts: tuple[str], |