l10n: Unify spelling in test

pull/26511/head
Valdnet 5 years ago committed by Morris Jobke
parent 0e39cef0d9
commit 602448a05b
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 2
      apps/files_sharing/tests/ApiTest.php

@ -1356,7 +1356,7 @@ class ApiTest extends TestCase {
$this->fail();
} catch (OCSException $e) {
$this->assertEquals(404, $e->getCode());
$this->assertEquals('Cant 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…
Cancel
Save