mirror of https://github.com/eyhc1/rendercv.git
tests: fix test_latex_file_revert_nested_latex_style_commands_method
This commit is contained in:
parent
5850cf7fb7
commit
390d1d76a1
|
@ -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):
|
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):
|
def test_markdown_file_class(tmp_path, rendercv_data_model, jinja2_environment):
|
||||||
|
|
Loading…
Reference in New Issue