1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Minor fixes for tests

This commit is contained in:
David Bomba 2023-07-05 08:39:45 +10:00
parent c7db7c89d7
commit afbcd54c3c

View File

@ -95,7 +95,6 @@ class UpdateCompanyUserTest extends TestCase
$this->assertFalse($arr['data']['company_user']['react_settings']['show_pdf_preview']);
$this->assertTrue($arr['data']['company_user']['react_settings']['react_notification_link']);
}