PMCORE-3205

This commit is contained in:
Paula Quispe
2021-08-10 17:15:40 -04:00
parent 1d740f9e9c
commit f3a72a11e3

View File

@@ -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']);
}
/**