Skip to content

Commit d43352a

Browse files
committed
fix: json schema?
1 parent 713ad69 commit d43352a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/relative-distance/canonical-data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Tomoko": ["Aditi"]
1212
},
1313
"personA": "Vera",
14-
"personB": "Bob"
14+
"personB": "Tomoko"
1515
},
1616
"expected": 1
1717
},
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"uuid": "8dffa27d-a8ab-496d-80b3-2f21c77648b5",
33-
"description": "Two degrees of separation",
33+
"description": "Two degrees of separation, grandchild",
3434
"property": "degreeOfSeparation",
3535
"input": {
3636
"familyTree": {
@@ -55,7 +55,7 @@
5555
"personB": "Kaito"
5656
},
5757
"expected": null,
58-
"comment": "Some languages may return 0, -1 or similar to indicate no relation"
58+
"comments": "Some languages may return 0, -1 or similar to indicate no relation"
5959
},
6060
{
6161
"uuid": "93ffe989-bad2-48c4-878f-3acb1ce2611b",

0 commit comments

Comments
 (0)