fix: 修复 test_title_font_size 断言适配 PR #1393 字号上限 #1397

Merged
auto-approve-bot merged 1 commits from fix/test-font-size-assertion into develop 2026-08-16 22:01:01 +08:00
@@ -412,7 +412,7 @@ class TestBuildAssContent:
for line in result.split("\n"):
if line.startswith("Style: TitleStyle"):
parts = line.split(",")
assert parts[2] == "72"
assert parts[2] == "36"
break
def test_title_bold(self):