From aa2ebf55bb50eec14f86a532334b376e407f4bbc Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Wed, 25 Nov 2020 19:04:36 -0800 Subject: [PATCH] Updated test --- tests/test_catalina_10_15_6.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_catalina_10_15_6.py b/tests/test_catalina_10_15_6.py index 866f7eea..f327c4c1 100644 --- a/tests/test_catalina_10_15_6.py +++ b/tests/test_catalina_10_15_6.py @@ -863,6 +863,7 @@ def test_export_14(photosdb, caplog): assert "Invalid destination suffix" not in caplog.text + def test_export_no_original_filename(photosdb): # test export OK if original filename is null # issue #267