Skip to content

Commit abb3ead

Browse files
authored
tests: text builder: resolve an ordering conflict between two section-number-related tests (#12868)
1 parent 4319c16 commit abb3ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_builders/test_build_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_lineblock(app):
5757

5858
@with_text_app()
5959
def test_nonascii_title_line(app):
60-
app.build()
60+
app.build(force_all=True)
6161
result = (app.outdir / 'nonascii_title.txt').read_text(encoding='utf8')
6262
expect_underline = '*********'
6363
result_underline = result.splitlines()[1].strip()

0 commit comments

Comments
 (0)