Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-07-01 10:52:27 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-07-01 10:52:27 +0300
commit470318db36dabb4976e0a1947e7579b015ee62f0 (patch)
tree2936d650037470aae2164101369d86d7332515cb /apps/oauth2/tests
parent1224869b22efc18c07431e6c26808286efe1c7ba (diff)
Fix the actual oauth2 tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/oauth2/tests')
-rw-r--r--apps/oauth2/tests/Settings/AdminTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/tests/Settings/AdminTest.php b/apps/oauth2/tests/Settings/AdminTest.php
index 8b0883c7564..022ae913e1e 100644
--- a/apps/oauth2/tests/Settings/AdminTest.php
+++ b/apps/oauth2/tests/Settings/AdminTest.php
@@ -51,6 +51,6 @@ class AdminTest extends TestCase {
}
public function testGetPriority() {
- $this->assertSame(0, $this->admin->getPriority());
+ $this->assertSame(100, $this->admin->getPriority());
}
}