Skip to content

Commit b77e4a2

Browse files
committed
Fix Test
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent 1362a57 commit b77e4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Install/GuidelineComposerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
$composer = Mockery::mock(GuidelineComposer::class, [$this->roster, $this->herd])->makePartial();
641641
$composer
642642
->shouldReceive('customGuidelinePath')
643-
->andReturnUsing(fn ($path = ''): string => realpath(testDirectory('fixtures/.ai/guidelines')).'/'.ltrim((string) $path, '/'));
643+
->andReturnUsing(fn ($path = ''): string => realpath(testDirectory('Fixtures/.ai/guidelines')).'/'.ltrim((string) $path, '/'));
644644

645645
$packages = new PackageCollection([
646646
new Package(Packages::LARAVEL, 'laravel/framework', '11.0.0'),

0 commit comments

Comments
 (0)