Skip to content

Commit

Permalink
tests: text builder: resolve an ordering conflict between two section…
Browse files Browse the repository at this point in the history
…-number-related tests (#12868)
  • Loading branch information
jayaddison authored Sep 28, 2024
1 parent 4319c16 commit abb3ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builders/test_build_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_lineblock(app):

@with_text_app()
def test_nonascii_title_line(app):
app.build()
app.build(force_all=True)
result = (app.outdir / 'nonascii_title.txt').read_text(encoding='utf8')
expect_underline = '*********'
result_underline = result.splitlines()[1].strip()
Expand Down

0 comments on commit abb3ead

Please sign in to comment.