l10n: Unify spelling in test
This commit is contained in:
parent
0e39cef0d9
commit
602448a05b
|
@ -1356,7 +1356,7 @@ class ApiTest extends TestCase {
|
|||
$this->fail();
|
||||
} catch (OCSException $e) {
|
||||
$this->assertEquals(404, $e->getCode());
|
||||
$this->assertEquals('Can’t set expiration date more than 7 days in the future', $e->getMessage());
|
||||
$this->assertEquals('Cannot set expiration date more than 7 days in the future', $e->getMessage());
|
||||
}
|
||||
$ocs->cleanup();
|
||||
|
||||
|
|
Loading…
Reference in New Issue