Skip to content

Commit c143a1e

Browse files
committed
Simplify docstring in test_ref_merge_field_metadata
1 parent 6d2d758 commit c143a1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/main/jsonschema/test_main_jsonschema.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8615,10 +8615,7 @@ def test_ref_with_const(output_file: Path) -> None:
86158615

86168616

86178617
def test_ref_merge_field_metadata(output_file: Path) -> None:
8618-
"""Test $ref + const merges ref metadata (readOnly, writeOnly, constraints, default, nullable).
8619-
8620-
See: https://github.com/koxudaxi/datamodel-code-generator/issues/2995
8621-
"""
8618+
"""Test $ref + const merges ref metadata."""
86228619
run_main_and_assert(
86238620
input_path=JSON_SCHEMA_DATA_PATH / "ref_merge_field_metadata.json",
86248621
output_path=output_file,

0 commit comments

Comments
 (0)