diff options
Diffstat (limited to 'tests/lib/Settings/Admin/MailTest.php')
-rw-r--r-- | tests/lib/Settings/Admin/MailTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Settings/Admin/MailTest.php b/tests/lib/Settings/Admin/MailTest.php index 445aa942059..04c0e7fa92e 100644 --- a/tests/lib/Settings/Admin/MailTest.php +++ b/tests/lib/Settings/Admin/MailTest.php @@ -119,10 +119,10 @@ class MailTest extends TestCase { } public function testGetSection() { - $this->assertSame('additional', $this->admin->getSection()); + $this->assertSame('server', $this->admin->getSection()); } public function testGetPriority() { - $this->assertSame(0, $this->admin->getPriority()); + $this->assertSame(10, $this->admin->getPriority()); } } |