Fix the actual oauth2 tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-07-01 09:52:27 +02:00
parent 1224869b22
commit 470318db36
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ class AdminTest extends TestCase {
}
public function testGetPriority() {
$this->assertSame(0, $this->admin->getPriority());
$this->assertSame(100, $this->admin->getPriority());
}
}