Skip to content

Commit

Permalink
Fix ContactsManagerTest test
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Sep 30, 2022
1 parent d36301c commit b3fd62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/ContactsManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ public function testAddressBookEnumeration() {
$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']);
}
}

0 comments on commit b3fd62d

Please sign in to comment.