diff options
author | Joas Schilling <coding@schilljs.com> | 2022-08-31 20:54:39 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-08-31 20:54:39 +0200 |
commit | 67ecd729727965ae3ac93b78ed9d8a9631b82d3e (patch) | |
tree | 097b810e2098f62655090617d01b08b6b79cff10 /tests/Core | |
parent | 9689f734e8774232bac345ad71fa700306c46312 (diff) | |
download | nextcloud-server-67ecd729727965ae3ac93b78ed9d8a9631b82d3e.tar.gz nextcloud-server-67ecd729727965ae3ac93b78ed9d8a9631b82d3e.zip |
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/Core')
-rw-r--r-- | tests/Core/Controller/LoginControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/LoginControllerTest.php b/tests/Core/Controller/LoginControllerTest.php index cee3da65994..b80fde008d5 100644 --- a/tests/Core/Controller/LoginControllerTest.php +++ b/tests/Core/Controller/LoginControllerTest.php @@ -260,7 +260,7 @@ class LoginControllerTest extends TestCase { [ 'MessageArray1', 'MessageArray2', - 'This community release of Nextcloud is unsupported and instant notifications are unavailable.', + 'This community release of Nextcloud is unsupported and push notifications are limited.', ] ); $this->initialStateService->expects($this->at(1)) |