Skip to content

Commit 4eabf5a

Browse files
committed
Fix casing
1 parent 303c32f commit 4eabf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
function stub(string $filename): string
4545
{
46-
return __DIR__."/stubs/$filename";
46+
return __DIR__."/Stubs/$filename";
4747
}
4848

4949
function mailbox(array $config = []): Mailbox

0 commit comments

Comments
 (0)