diff options
-rw-r--r-- | apps/twofactor_backupcodes/tests/Db/BackupCodeMapperTest.php (renamed from apps/twofactor_backupcodes/tests/Integration/Db/BackupCodeMapperTest.php) | 2 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/tests/Service/BackupCodeStorageTest.php (renamed from apps/twofactor_backupcodes/tests/Integration/Service/BackupCodeStorageTest.php) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/tests/Integration/Db/BackupCodeMapperTest.php b/apps/twofactor_backupcodes/tests/Db/BackupCodeMapperTest.php index 6640a1c0ebf..76cdac3c21a 100644 --- a/apps/twofactor_backupcodes/tests/Integration/Db/BackupCodeMapperTest.php +++ b/apps/twofactor_backupcodes/tests/Db/BackupCodeMapperTest.php @@ -20,7 +20,7 @@ * */ -namespace OCA\TwoFactorBackupCodes\Tests\Integration\Db; +namespace OCA\TwoFactorBackupCodes\Tests\Db; use OCA\TwoFactorBackupCodes\Db\BackupCode; use OCA\TwoFactorBackupCodes\Db\BackupCodeMapper; diff --git a/apps/twofactor_backupcodes/tests/Integration/Service/BackupCodeStorageTest.php b/apps/twofactor_backupcodes/tests/Service/BackupCodeStorageTest.php index 6d28b4fa758..7d47b4ea721 100644 --- a/apps/twofactor_backupcodes/tests/Integration/Service/BackupCodeStorageTest.php +++ b/apps/twofactor_backupcodes/tests/Service/BackupCodeStorageTest.php @@ -20,7 +20,7 @@ * */ -namespace OCA\TwoFactorBackupCodes\Tests\Integration\Service; +namespace OCA\TwoFactorBackupCodes\Tests\Service; use OCA\TwoFactorBackupCodes\Service\BackupCodeStorage; use Test\TestCase; |