Update headings settings in manuscript build tool

This commit is contained in:
Veronica Berglyd Olsen
2024-03-12 17:27:38 +01:00
parent 78958ed5cf
commit 8f25be8cb2
4 changed files with 23 additions and 25 deletions
+2 -2
View File
@@ -196,8 +196,8 @@ def testCoreBuildSettings_BuildValues():
assert build.getFloat(floatSetting) == 2.5
# Check labels
assert build.getLabel(strSetting) == "Title Headings"
assert BuildSettings.getLabel(strSetting) == "Title Headings"
assert build.getLabel(strSetting) == "Partition Format"
assert BuildSettings.getLabel(strSetting) == "Partition Format"
# Pack the values
data = build.pack()