Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jun 29, 2018
1 parent 194c3d4 commit 703ebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Settings/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function testGetAdminSettings() {

public function testGetPersonalSettings() {
$this->assertEquals([
10 => [new Security()],
10 => [new Security($this->userManager)],
], $this->manager->getPersonalSettings('security'));
}
}

0 comments on commit 703ebe8

Please sign in to comment.