Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei committed Dec 25, 2024
1 parent 4e1e1ff commit a739d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_default(app: SphinxTestApp) -> None:
soup = BeautifulSoup(out_html.read_text(), "html.parser")

# Every screenshot directive should become an image.
imgs = soup.select('img')
imgs = soup.find_all('img')
assert len(list(imgs)) == 3

# The image size should be set as specified.
Expand Down

0 comments on commit a739d65

Please sign in to comment.