Skip to content

Commit 24b5b4f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Constraints/VeryBaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ abstract class VeryBaseTestCase extends TestCase
3030
*/
3131
protected function getUriRetrieverMock($schema)
3232
{
33-
$relativeTestsRoot = realpath(__DIR__ . '/../../vendor/json-schema/JSON-Schema-Test-Suite/remotes');
33+
$relativeTestsRoot = realpath(__DIR__ . '/../../vendor/json-schema/json-schema-test-suite/remotes');
3434

3535
$jsonSchemaDraft03 = $this->getJsonSchemaDraft03();
3636
$jsonSchemaDraft04 = $this->getJsonSchemaDraft04();

0 commit comments

Comments
 (0)