1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-17 11:54:16 +01:00

Fix sorting on search results

This commit is contained in:
Thomas Müller 2016-01-13 16:12:43 +01:00
parent 7cd47d9282
commit 00835612c3

View File

@ -112,7 +112,7 @@ class AddressBookProviderTest extends TestCase {
$result = array_map(function($c){
return $c['FN'];
}, $result);
$this->assertEquals($expected, $result);
$this->assertEquals($expected, $result, '', 0.0, 10, true);
}
public function providesSearchData() {