diff --git a/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/EmailServerTest.php b/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/EmailServerTest.php index 48a51659c..536211b6e 100644 --- a/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/EmailServerTest.php +++ b/tests/unit/workflow/engine/src/ProcessMaker/BusinessModel/EmailServerTest.php @@ -340,7 +340,7 @@ class EmailServerTest extends TestCase // Assert the status is false $this->assertFalse($result['success']); // Assert the message of the result is empty - $this->assertEmpty($result['msg']); + $this->assertNotEmpty($result['msg']); } /**