diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/ContactsManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/ContactsManagerTest.php b/tests/lib/ContactsManagerTest.php index 70e8dd74a1e..bc822214f26 100644 --- a/tests/lib/ContactsManagerTest.php +++ b/tests/lib/ContactsManagerTest.php @@ -232,7 +232,7 @@ class ContactsManagerTest extends \Test\TestCase { // register the address book $this->cm->registerAddressBook($addressbook); - $all_books = $this->cm->getAddressBooks(); + $all_books = $this->cm->getUserAddressBooks(); $this->assertEquals(1, count($all_books)); $this->assertEquals('A very simple Addressbook', $all_books['SIMPLE_ADDRESS_BOOK']); |