Updated test for #506

This commit is contained in:
Rhet Turnbull
2021-08-23 17:29:38 -07:00
committed by GitHub
parent fb4138cfe6
commit 345678577a

View File

@@ -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",
}