summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/twofactor_backupcodes/tests/Unit/Service/BackupCodeStorageTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/tests/Unit/Service/BackupCodeStorageTest.php b/apps/twofactor_backupcodes/tests/Unit/Service/BackupCodeStorageTest.php
index 109db7f688c..d2387bd6ccd 100644
--- a/apps/twofactor_backupcodes/tests/Unit/Service/BackupCodeStorageTest.php
+++ b/apps/twofactor_backupcodes/tests/Unit/Service/BackupCodeStorageTest.php
@@ -98,7 +98,7 @@ class BackupCodeStorageTest extends TestCase {
->will($this->returnSelf());
$event->expects($this->once())
->method('setType')
- ->with('twofactor')
+ ->with('security')
->will($this->returnSelf());
$event->expects($this->once())
->method('setAuthor')