Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit caed530

Browse files
author
Dalibor Karlović
committed
Confirmation after bugfix in 5.2.4
1 parent 4f3c200 commit caed530

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

features/my.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Feature: JSON Schema test
5757
{
5858
"type": "array",
5959
"id": "features/my.feature",
60-
"items": {"$ref": "../schemas/image.json"},
60+
"items": {"$ref": "schemas/image.json"},
6161
"minItems": 2,
6262
"maxItems": 2,
6363
"uniqueItems": true,

0 commit comments

Comments
 (0)