diff options
Diffstat (limited to 'tests/lib/preferences-singleton.php')
-rw-r--r-- | tests/lib/preferences-singleton.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/preferences-singleton.php b/tests/lib/preferences-singleton.php index 2fde089263c..7abf5a6be36 100644 --- a/tests/lib/preferences-singleton.php +++ b/tests/lib/preferences-singleton.php @@ -61,7 +61,8 @@ class Test_Preferences extends PHPUnit_Framework_TestCase { sort($expected); $apps = \OC_Preferences::getApps('Someuser'); sort($apps); - $this->assertEquals($expected, $apps); } + $this->assertEquals($expected, $apps); + } public function testGetKeys() { $query = \OC_DB::prepare('SELECT DISTINCT `configkey` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ?'); |