From 0d31a152be6b9eb01e2cfd6cfc804d38e8e2d65c Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 2 Apr 2023 22:00:35 -0700 Subject: [PATCH] Test fix for Ventura --- tests/test_cli_add_to_album.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_cli_add_to_album.py b/tests/test_cli_add_to_album.py index aa58c92c..0e8521c8 100644 --- a/tests/test_cli_add_to_album.py +++ b/tests/test_cli_add_to_album.py @@ -12,8 +12,8 @@ UUID_MISSING = { } # photos with matching names -QUERY_NAME = "AAF035" -QUERY_COUNT = 4 +QUERY_NAME = "IMG_" +QUERY_COUNT = 6 @pytest.mark.addalbum