From 345678577af30dc2ff49a4dc5aab12e998b08e3d Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 23 Aug 2021 17:29:38 -0700 Subject: [PATCH] Updated test for #506 --- tests/test_template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_template.py b/tests/test_template.py index b9cf66b7..b3d4266f 100644 --- a/tests/test_template.py +++ b/tests/test_template.py @@ -396,7 +396,8 @@ UUID_ALBUM_SEQ = { UUID_EMPTY_TITLE = "7783E8E6-9CAC-40F3-BE22-81FB7051C266" # IMG_3092.heic TEMPLATE_VALUES_EMPTY_TITLE = { - "{title,No Title} and {descr,No Descr}": "No Title and No Descr" + "{title,No Title} and {descr,No Descr}": "No Title and No Descr", + "{title?true,false}": "false", }