mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
1dc09aab0b
commit
fc6c94d394
@ -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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user