Skip to content

Commit 3c2522f

Browse files
committed
test: fix path name of composer.json
1 parent e424098 commit 3c2522f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)