Skip to content

Commit c85b65c

Browse files
authored
Merge pull request #8387 from paulbalandan/composer-json-test
test: fix path name of composer.json
2 parents 4c3f90c + 3c2522f commit c85b65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/AutoReview/ComposerJsonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testFrameworkRequireDevIsTheSameWithDevRequireDev(): void
6262
$dependency,
6363
$expectedVersion,
6464
$fwRequireDev[$dependency],
65-
clean_path(dirname(__DIR__, 2) . '/admin/framework/composer.json')
65+
clean_path(dirname(__DIR__, 3) . '/admin/framework/composer.json')
6666
));
6767
}
6868
}

0 commit comments

Comments
 (0)