summaryrefslogtreecommitdiff
path: root/tests/test_build_latex.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build_latex.py')
-rw-r--r--tests/test_build_latex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
index 3728b3da7..8f7a2e85a 100644
--- a/tests/test_build_latex.py
+++ b/tests/test_build_latex.py
@@ -1519,7 +1519,7 @@ def test_latex_labels(app, status, warning):
def test_latex_figure_in_admonition(app, status, warning):
app.builder.build_all()
result = (app.outdir / 'python.tex').read_text(encoding='utf8')
- assert(r'\begin{figure}[H]' in result)
+ assert r'\begin{figure}[H]' in result
def test_default_latex_documents():