Skip to content

Commit ec1c0bd

Browse files
committed
typo
1 parent bcc0030 commit ec1c0bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_autodocsumm.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_module_with_title(self, app):
162162
assert (
163163
'<span class="pre">\'Should</span> '
164164
'<span class="pre">be</span> '
165-
'<span class="pre">skipped\'</span>',
165+
'<span class="pre">skipped\'</span>'
166166
) not in html
167167
else:
168168
assert 'Should be skipped' not in html
@@ -173,13 +173,13 @@ def test_module_with_title(self, app):
173173
'<span class="pre">\'Should</span> '
174174
'<span class="pre">also</span> '
175175
'<span class="pre">be</span> '
176-
'<span class="pre">included\'</span>',
176+
'<span class="pre">included\'</span>'
177177
) in html
178178
assert (
179179
'<span class="pre">\'Should</span> '
180180
'<span class="pre">also</span> '
181181
'<span class="pre">be</span> '
182-
'<span class="pre">skipped\'</span>',
182+
'<span class="pre">skipped\'</span>'
183183
) not in html
184184
else:
185185
assert 'Should also be skipped' not in html
@@ -237,7 +237,7 @@ def test_class(self, app):
237237
assert (
238238
'<span class="pre">\'Should</span> '
239239
'<span class="pre">be</span> '
240-
'<span class="pre">included\'</span>',
240+
'<span class="pre">included\'</span>'
241241
) in html
242242

243243
assert 'DummySection' in html

0 commit comments

Comments
 (0)