Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Qalthos committed May 10, 2024
1 parent c25dcd4 commit c6f99ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@ def test_validate() -> None:
"""Test validate function."""
schema = ""
data = json_from_asset("assets/validate0_data.json")
with pytest.raises(json.decoder.JSONDecodeError, match="Expecting value: line 1 column 1"):
with pytest.raises(
json.decoder.JSONDecodeError, match="Expecting value: line 1 column 1"
):
validate(schema, data)

0 comments on commit c6f99ed

Please sign in to comment.