Minor fixes for profit loss logging

This commit is contained in:
David Bomba 2022-05-14 09:12:09 +10:00
parent 8d9683f633
commit 5c588cf54f

View File

@ -555,8 +555,6 @@ class ProfitAndLossReportTest extends TestCase
$pl = new ProfitLoss($this->company, $this->payload); $pl = new ProfitLoss($this->company, $this->payload);
$pl->build(); $pl->build();
echo($pl->getCsv());
$this->assertNotNull($pl->getCsv()); $this->assertNotNull($pl->getCsv());
$this->account->delete(); $this->account->delete();