diff --git a/tests/Feature/Export/ProfitAndLossReportTest.php b/tests/Feature/Export/ProfitAndLossReportTest.php index 1e2bb450c592..c7b9636cb910 100644 --- a/tests/Feature/Export/ProfitAndLossReportTest.php +++ b/tests/Feature/Export/ProfitAndLossReportTest.php @@ -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();