mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
b8fcd3ce27
commit
36b8558ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class CardDavBackendTest extends TestCase {
|
|||
|
||||
// create a new address book
|
||||
$this->backend->createAddressBook(self::UNIT_TEST_USER, 'Example', []);
|
||||
$books = $this->backend->getAddressBooksForUser(self::UNIT_TEST_USER);
|
||||
$books = $this->backend->getUsersOwnAddressBooks(self::UNIT_TEST_USER);
|
||||
$this->assertEquals(1, count($books));
|
||||
|
||||
$bookId = $books[0]['id'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue