Skip to content

Commit

Permalink
Update tests after the span change
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed May 17, 2024
1 parent 2b221a3 commit 5c2328f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/test_htmlgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ def test_contain_in_box_named() -> None:
assert (
htmlgen.contain_in_box("inside different", "Names here")
== """<div class="box">
<span>
Names here
</span>
<span>Names here</span>
<br>
inside different
</div>"""
Expand Down Expand Up @@ -243,9 +241,7 @@ def test_select_box() -> None:
box_title="click to add title",
)
== """<div class="box">
<span>
click to add title
</span>
<span>click to add title</span>
<br>
<br>
<input type="radio" id="name_here_0" name="name_here" value="seven">
Expand Down

0 comments on commit 5c2328f

Please sign in to comment.