Skip to content

Commit 96bfcc2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a8810d1 commit 96bfcc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/main/jsonschema/test_main_jsonschema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,6 +3126,7 @@ def test_main_extra_fields(extra_fields: str, output_model: str, expected_output
31263126
assert return_code == Exit.OK
31273127
assert output_file.read_text() == (EXPECTED_JSON_SCHEMA_PATH / expected_output).read_text()
31283128

3129+
31293130
@freeze_time("2019-07-26")
31303131
def test_main_jsonschema_same_name_objects(tmp_path: Path) -> None:
31313132
"""

0 commit comments

Comments
 (0)