diff --git a/tests/AbstractTestCase.php b/tests/AbstractTestCase.php index ca1264f..fd33db3 100644 --- a/tests/AbstractTestCase.php +++ b/tests/AbstractTestCase.php @@ -19,7 +19,7 @@ protected function setUp(): void { parent::setUp(); $this->createAppropriateTables(); - $this->withFactories(__DIR__ . '/Fixtures/database/factories'); + $this->withFactories(__DIR__.'/Fixtures/database/factories'); } /**