mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
Fix ContactsManagerTest test
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
5347fb02dc
commit
4123eeeaa3
1 changed files with 1 additions and 1 deletions
|
|
@ -235,6 +235,6 @@ class ContactsManagerTest extends \Test\TestCase {
|
|||
$all_books = $this->cm->getUserAddressBooks();
|
||||
|
||||
$this->assertEquals(1, count($all_books));
|
||||
$this->assertEquals('A very simple Addressbook', $all_books['SIMPLE_ADDRESS_BOOK']);
|
||||
$this->assertEquals($addressbook, $all_books['SIMPLE_ADDRESS_BOOK']);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue