Skip to content
Open
Prev Previous commit
Next Next commit
newline at the end ruff error
  • Loading branch information
dariomesic committed Oct 28, 2025
commit 181cd22666c6ef9eb80e8a454e0f84a66240a8e7
2 changes: 1 addition & 1 deletion tests/test_builders/test_build_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def test_no_changes(app: SphinxTestApp) -> None:
app.build()

assert 'no changes in version 0.7.' in app.status.getvalue()
assert not (app.outdir / 'changes.html').exists()
assert not (app.outdir / 'changes.html').exists()
Loading