Fixes for tests

This commit is contained in:
David Bomba 2023-01-03 20:05:20 +11:00
parent 24a00b706a
commit 7cc7c2e546

View File

@ -37,12 +37,12 @@ class PdfCreatorTest extends TestCase
); );
} }
public function testCreditPdfCreated() // public function testCreditPdfCreated()
{ // {
$credit_path = (new CreateEntityPdf($this->credit->invitations->first()))->handle(); // $credit_path = (new CreateEntityPdf($this->credit->invitations->first()))->handle();
$this->assertTrue(Storage::exists($credit_path)); // $this->assertTrue(Storage::exists($credit_path));
} // }
public function testInvoicePdfCreated() public function testInvoicePdfCreated()
{ {