From fc6c94d394563ad5a249b9c42b930659c0267170 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 21 Jan 2024 21:38:30 +1100 Subject: [PATCH] Fixes for tests --- tests/Feature/Export/ReportCsvGenerationTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/Export/ReportCsvGenerationTest.php b/tests/Feature/Export/ReportCsvGenerationTest.php index 8dfb638821a7..397e00c321de 100644 --- a/tests/Feature/Export/ReportCsvGenerationTest.php +++ b/tests/Feature/Export/ReportCsvGenerationTest.php @@ -2207,8 +2207,6 @@ class ReportCsvGenerationTest extends TestCase $response = $this->poll($hash); $csv = $response->body(); - nlog($csv); - $this->assertEquals('100', $this->getFirstValueByColumn($csv, 'Expense Amount')); $this->assertEquals('Public', $this->getFirstValueByColumn($csv, 'Expense Public Notes')); $this->assertEquals('Private', $this->getFirstValueByColumn($csv, 'Expense Private Notes'));