Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Jun 13, 2024
1 parent 2b02a5f commit b874c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conversion_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_strikethrough_runs_can_be_configured_with_style_mapping():
assert_equal("<del>Hello</del>", result.value)


def test_sml_caps_runs_are_ignored_by_default():
def test_all_caps_runs_are_ignored_by_default():
result = convert_document_element_to_html(
documents.run(children=[documents.text("Hello")], is_all_caps=True),
)
Expand Down

0 comments on commit b874c82

Please sign in to comment.