1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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->build();
echo($pl->getCsv());
$this->assertNotNull($pl->getCsv());
$this->account->delete();