From 5c2328f6a792a634526ad1424851ad182ae7db42 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Fri, 17 May 2024 16:09:49 -0500 Subject: [PATCH] Update tests after the `span` change --- tests/test_htmlgen.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/test_htmlgen.py b/tests/test_htmlgen.py index 8a2165e..83d9e4e 100644 --- a/tests/test_htmlgen.py +++ b/tests/test_htmlgen.py @@ -176,9 +176,7 @@ def test_contain_in_box_named() -> None: assert ( htmlgen.contain_in_box("inside different", "Names here") == """
- - Names here - + Names here
inside different
""" @@ -243,9 +241,7 @@ def test_select_box() -> None: box_title="click to add title", ) == """
- - click to add title - + click to add title