Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dham authored Sep 18, 2023
1 parent 4c534ce commit 0fd9fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ def test_latex(app, status, warning):

assert r"\newcommand{\sphinxcontribyoutube}" in result
assert r"\newcommand{\sphinxcontribvimeo}" in result
assert r"\newcommand{\sphinxcontribPeerTube}" in result
assert r"\newcommand{\sphinxcontribpeertube}" in result

assert r"\sphinxcontribyoutube{https://youtu.be/}{dQw4w9WgXcQ}{}" in result
assert (
r"\sphinxcontribvimeo{https://player.vimeo.com/video/}{148751763}{}" in result
)
assert (
r"\sphinxcontribPeerTube{https://peertube.tv/w/}{327a21b3-374e-4373-8b2c-494c9f5e1f19}{}"
r"\sphinxcontribpeertube{https://peertube.tv/w/}{327a21b3-374e-4373-8b2c-494c9f5e1f19}{}"
in result
)

Expand Down

0 comments on commit 0fd9fea

Please sign in to comment.