Updated README.md, fixed broken test

This commit is contained in:
Rhet Turnbull
2022-05-28 18:49:25 -07:00
parent a049b99b0e
commit 43512240b3
2 changed files with 70 additions and 108 deletions

View File

@@ -2021,7 +2021,7 @@ def test_export_exiftool_path_render_template():
],
)
assert result.exit_code == 0
assert re.search(r"Exporting.*Canon", result.output)
assert re.search(r"Exported.*Canon", result.output)
osxphotos.exiftool.get_exiftool_path = get_exiftool_path