summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/Settings/AdminTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/tests/Settings/AdminTest.php')
-rw-r--r--apps/encryption/tests/Settings/AdminTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/tests/Settings/AdminTest.php b/apps/encryption/tests/Settings/AdminTest.php
index 9afc024dfc8..54b3187a97e 100644
--- a/apps/encryption/tests/Settings/AdminTest.php
+++ b/apps/encryption/tests/Settings/AdminTest.php
@@ -92,10 +92,10 @@ class AdminTest extends TestCase {
}
public function testGetSection() {
- $this->assertSame('encryption', $this->admin->getSection());
+ $this->assertSame('security', $this->admin->getSection());
}
public function testGetPriority() {
- $this->assertSame(5, $this->admin->getPriority());
+ $this->assertSame(11, $this->admin->getPriority());
}
}