diff options
author | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:23:28 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:23:28 +0100 |
commit | d9d60238c7aaab9c61bf2d50c15aa59bc88c8975 (patch) | |
tree | 4f0277b12a3608c09a88a67f3934b6174e47ba1d /apps/federation | |
parent | ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d (diff) | |
parent | ca5f7adebc671b9e18ecdba0afda62fc23a381e4 (diff) | |
download | nextcloud-server-d9d60238c7aaab9c61bf2d50c15aa59bc88c8975.tar.gz nextcloud-server-d9d60238c7aaab9c61bf2d50c15aa59bc88c8975.zip |
Merge branch 'master' of github.com:nextcloud/server
Diffstat (limited to 'apps/federation')
-rw-r--r-- | apps/federation/tests/BackgroundJob/GetSharedSecretTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php index c0316b8247f..55db5cb744f 100644 --- a/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php +++ b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php @@ -155,7 +155,7 @@ class GetSharedSecretTest extends TestCase { $this->jobList->expects($this->never())->method('add'); } - $getSharedSecret->execute($this->jobList); + $getSharedSecret->start($this->jobList); } public function dataTestExecute() { |