diff options
Diffstat (limited to 'apps/settings/tests')
-rw-r--r-- | apps/settings/tests/Controller/UsersControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/tests/Controller/UsersControllerTest.php b/apps/settings/tests/Controller/UsersControllerTest.php index 80eb252f988..0cb87a7fac9 100644 --- a/apps/settings/tests/Controller/UsersControllerTest.php +++ b/apps/settings/tests/Controller/UsersControllerTest.php @@ -918,7 +918,7 @@ class UsersControllerTest extends \Test\TestCase { if ($onlyVerificationCode === false) { $this->accountManager->expects($this->once())->method('updateAccount')->with($userAccount)->willReturnArgument(1); $this->jobList->expects($this->once())->method('add') - ->with('OCA\Settings\BackgroundJobs\VerifyUserData', + ->with(\OCA\Settings\BackgroundJobs\VerifyUserData::class, [ 'verificationCode' => $code, 'data' => $dataBefore[$type]['value'], |