From b6bd44ff6d3e0a2364baacafc63c5893e77e5071 Mon Sep 17 00:00:00 2001 From: Ole-Jakob Olsen Date: Wed, 12 Jun 2024 18:52:00 +0200 Subject: [PATCH] fix failing test --- tests/test_html2htpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_html2htpy.py b/tests/test_html2htpy.py index de82e72..afda8a7 100644 --- a/tests/test_html2htpy.py +++ b/tests/test_html2htpy.py @@ -292,12 +292,12 @@ def test_convert_html_to_htpy_svg(): expected_output = textwrap.dedent( """\ svg( + ".w-6.h-6", xmlns="http://www.w3.org/2000/svg", fill="none", viewbox="0 0 24 24", stroke_width="1.5", stroke="currentColor", - class_="w-6 h-6", )[ path( stroke_linecap="round",