Skip to content

Commit 5c2328f

Browse files
committed
Update tests after the span change
1 parent 2b221a3 commit 5c2328f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/test_htmlgen.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ def test_contain_in_box_named() -> None:
176176
assert (
177177
htmlgen.contain_in_box("inside different", "Names here")
178178
== """<div class="box">
179-
<span>
180-
Names here
181-
</span>
179+
<span>Names here</span>
182180
<br>
183181
inside different
184182
</div>"""
@@ -243,9 +241,7 @@ def test_select_box() -> None:
243241
box_title="click to add title",
244242
)
245243
== """<div class="box">
246-
<span>
247-
click to add title
248-
</span>
244+
<span>click to add title</span>
249245
<br>
250246
<br>
251247
<input type="radio" id="name_here_0" name="name_here" value="seven">

0 commit comments

Comments
 (0)