From afbcd54c3ca0660877abd4715924d82d2afad7ae Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 5 Jul 2023 08:39:45 +1000 Subject: [PATCH] Minor fixes for tests --- tests/Integration/UpdateCompanyUserTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/UpdateCompanyUserTest.php b/tests/Integration/UpdateCompanyUserTest.php index 0de93ffd0ce6..0f9abb8cf59c 100644 --- a/tests/Integration/UpdateCompanyUserTest.php +++ b/tests/Integration/UpdateCompanyUserTest.php @@ -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']); - }