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:
parent
7cd47d9282
commit
00835612c3
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user