PMCORE-3643

This commit is contained in:
Paula Quispe
2022-01-24 10:14:55 -04:00
parent cbc0ea65f2
commit 93b12edb14
2 changed files with 2 additions and 2 deletions

View File

@@ -547,7 +547,7 @@ class TaskTest extends TestCase
//Gets the result
$printing = ob_get_clean();
//Asserts the result is printing that there is no exisiting records to continue a case in the determined date
$this->assertRegExp('/No existing records to continue a case, on date "' . $date . '/', $printing);
$this->assertRegExp('/There are no records to start new cases, on date "' . $date . '/', $printing);
}
//assert asynchronous for job process
if ($asynchronous === true) {