Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
OleJoik committed Jun 12, 2024
1 parent 50c893f commit b6bd44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_html2htpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b6bd44f

Please sign in to comment.