Fix remaining unit tests after translation changes
This commit is contained in:
@@ -85,7 +85,7 @@ class FrontRouterTest extends MailPoetTest {
|
||||
expect($result)->equals(
|
||||
array(
|
||||
404,
|
||||
'Invalid router endpoint action.'
|
||||
'Invalid router endpoint action'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
@@ -228,7 +228,7 @@ class ExportTest extends MailPoetTest {
|
||||
$this->fail('Export did not throw an exception');
|
||||
} catch(\Exception $e) {
|
||||
expect($e->getMessage())
|
||||
->equals("Couldn't save export file on the server");
|
||||
->equals("The export file could not be saved on the server.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user