Skip to content

Commit

Permalink
tests: fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Sep 29, 2024
1 parent 6c7f3a0 commit 073f992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def test_relative_input_file_path_with_custom_output_paths(tmp_path, input_file_
shutil.copy(input_file_path, new_input_file_path)

os.chdir(tmp_path)
result = runner.invoke(
runner.invoke(
cli.app,
[
"render",
Expand Down

0 comments on commit 073f992

Please sign in to comment.