Skip to content

Commit

Permalink
adapt tests to description change
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Jun 6, 2024
1 parent 6795aaa commit 40b4767
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/data/expected_json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"name": {
"title": "name",
"term": "schema:hello",
"type": "string"
"type": "string",
"description": "The name of the test."
},
"number": {
"title": "number",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/expected_sdrdm_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "name",
"multiple": false,
"dtypes": ["string"],
"docstring": "",
"docstring": "The name of the test.",
"options": [],
"term": "schema:hello",
"required": true,
Expand Down
1 change: 1 addition & 0 deletions tests/data/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nsmap:
- __name__
- Type: string
- Term: schema:hello
- Description: The name of the test.
- XML: @name
- number
- Type: float
Expand Down

0 comments on commit 40b4767

Please sign in to comment.