Skip to content

Commit b2b63ec

Browse files
committed
Minor fix for tests
1 parent bf41741 commit b2b63ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_autodocsumm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def test_empty(self, app, status, warning):
316316

317317
html = get_html(app, '/test_empty.html')
318318

319-
self.assertNotIn("product", html)
319+
self.assertNotIn('<span class="pre">product</span>', html)
320320

321321

322322
if __name__ == '__main__':

0 commit comments

Comments
 (0)