Skip to content

Commit

Permalink
Update precedence.json to use direct relationships instead of string …
Browse files Browse the repository at this point in the history
…values
  • Loading branch information
larsbeck committed May 1, 2024
1 parent 9ef3af6 commit ff91efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/golden/testdata/precedence.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"id": "Kyoto Imperial Palace",
"location": { "lon": 135.762057, "lat": 35.025431 },
"precedes": ["Gionmachi", "Kinkaku-ji"]
"precedes": [{ "id":"Gionmachi", "direct":true }, { "id": "Kinkaku-ji", "direct":false }]
},
{
"id": "Gionmachi",
Expand Down

0 comments on commit ff91efd

Please sign in to comment.