Skip to content

Commit 5cf0bf4

Browse files
committed
Fix -> dist generation bug
1 parent bb50387 commit 5cf0bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/GenerateRealInvoiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class GenerateRealInvoiceTest extends TestCase
1313

1414
public static function setUpBeforeClass(): void
1515
{
16-
self::$distDir = dirname(__DIR__, 2) . '/dist';
16+
self::$distDir = dirname(__DIR__) . '/dist';
1717

1818
if (!is_dir(self::$distDir)) {
1919
mkdir(self::$distDir, 0755, true);

0 commit comments

Comments
 (0)