Skip to content

Commit

Permalink
fix: Correct path for case-sensitive operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Aug 2, 2024
1 parent 24b343b commit 8d29172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Drafts/BaseDraftTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
abstract class BaseDraftTestCase extends BaseTestCase
{
/** @var string */
protected $relativeTestsRoot = '/../../vendor/json-schema/JSON-Schema-Test-Suite/tests';
protected $relativeTestsRoot = '/../../vendor/json-schema/json-schema-test-suite/tests';

private function setUpTests($isValid)
{
Expand Down

0 comments on commit 8d29172

Please sign in to comment.