Skip to content

Commit

Permalink
preprend with 'tests/' pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Jun 24, 2024
1 parent 1ccd4ba commit 62a7b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/harmony/source/catalog0.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"rel": "next",
"href": "data/harmony/source/catalog1.json",
"href": "tests/data/harmony/source/catalog1.json",
"type": "application/json",
"title": "Next page"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/data/harmony/source/catalog1.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"rel": "prev",
"href": "data/harmony/source/catalog0.json",
"href": "tests/data/harmony/source/catalog0.json",
"type": "application/json",
"title": "Previous page"
}
Expand Down

0 comments on commit 62a7b79

Please sign in to comment.