Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli authored Dec 5, 2022
1 parent c695835 commit c98c5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lint_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def git_dir_with_json_malformed(temp_git_repo):
return file


@pytest.fixture(name="synthax_error_json")
@pytest.fixture(name="syntax_error_json")
def git_dir_with_json_syntax_error(temp_git_repo):
tmp_git_dir, repo = temp_git_repo
file = tmp_git_dir / "synthax-error.json"
Expand Down

0 comments on commit c98c5c7

Please sign in to comment.