From f3a72a11e3a0f4deba3e12d9fa92f58c0a7789cf Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Tue, 10 Aug 2021 17:15:40 -0400 Subject: [PATCH] PMCORE-3205 --- .../engine/src/ProcessMaker/BusinessModel/EmailServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); } /**