tests: fix test_latex_file_revert_nested_latex_style_commands_method

This commit is contained in:
Sina Atalay 2024-06-17 22:01:36 +03:00
parent 5850cf7fb7
commit 390d1d76a1
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def test_latex_file_class(tmp_path, rendercv_data_model, jinja2_environment):
],
)
def test_latex_file_revert_nested_latex_style_commands_method(string, expected_string):
assert r.LaTeXFile.revert_nested_latex_style_commands(string) == expected_string
assert r.revert_nested_latex_style_commands(string) == expected_string
def test_markdown_file_class(tmp_path, rendercv_data_model, jinja2_environment):