Skip to content

Commit 8d29172

Browse files
committed
fix: Correct path for case-sensitive operating systems
1 parent 24b343b commit 8d29172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Drafts/BaseDraftTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
abstract class BaseDraftTestCase extends BaseTestCase
1111
{
1212
/** @var string */
13-
protected $relativeTestsRoot = '/../../vendor/json-schema/JSON-Schema-Test-Suite/tests';
13+
protected $relativeTestsRoot = '/../../vendor/json-schema/json-schema-test-suite/tests';
1414

1515
private function setUpTests($isValid)
1616
{

0 commit comments

Comments
 (0)