mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
Merge cbf4ed5c35
into 247129c760
This commit is contained in:
commit
44749d6ab4
6 changed files with 51 additions and 16 deletions
|
@ -51,7 +51,7 @@ def test_get_day_files_expected_filtering(inputs_and_outputs):
|
|||
mock.patch("pathlib.Path.glob", return_value=glob_files),
|
||||
mock.patch.object(pathlib.Path, "is_file", return_value=True),
|
||||
):
|
||||
actual_output = list(Folder._get_day_files(year_month_path))
|
||||
actual_output = list(Folder._get_day_files(year_month_path, ".txt"))
|
||||
actual_output.sort()
|
||||
|
||||
expected_output.sort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue