Skip to content

Commit

Permalink
fix typo in test file (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJFSalomon authored Apr 15, 2024
1 parent 065f038 commit 9a22774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_create_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ def test_pre_commit_validity(cookies, include_reader_plugin, include_writer_plug
try:
subprocess.run(["pre-commit", "run", "--all", "--show-diff-on-failure"], cwd=str(result.project_path), check=True, capture_output=True)
except subprocess.CalledProcessError as e:
pytest.fail(f"pre-commit failed with output:\n{e.stdout.decode()}\nerrror:\n{e.stderr.decode()}")
pytest.fail(f"pre-commit failed with output:\n{e.stdout.decode()}\nerror:\n{e.stderr.decode()}")

0 comments on commit 9a22774

Please sign in to comment.