Skip to content

Commit

Permalink
Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
allegra-noto committed Feb 9, 2024
1 parent 39c427b commit 557baea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,4 +544,4 @@ def test_render_jinja(template_string, template_vars, expected_output):
result = render_jinja(template_path, **template_vars)

# Assertion
assert result == expected_output
assert result == expected_output

0 comments on commit 557baea

Please sign in to comment.