summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorcall-me-matt <nextcloud@matthiasheinisch.de>2022-05-04 13:02:00 +0200
committercall-me-matt <nextcloud@matthiasheinisch.de>2022-05-04 13:15:08 +0200
commit991cc65f0f3e1cb446362b5b48224409779b35dc (patch)
tree88e7b395ecaf22a7b6f401b71ba0e2c17bcd4d7c /tests
parenta84d7fa7ce66839a0e44934faf652e8c3a69fc23 (diff)
optimize search for contacts with social data
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Service/SocialApiServiceTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/Service/SocialApiServiceTest.php b/tests/unit/Service/SocialApiServiceTest.php
index 675f81f6..579247b0 100644
--- a/tests/unit/Service/SocialApiServiceTest.php
+++ b/tests/unit/Service/SocialApiServiceTest.php
@@ -466,7 +466,6 @@ class SocialApiServiceTest extends TestCase {
$this->assertArrayHasKey('failed', $report[0]);
$this->assertArrayHasKey('412', $report[0]['failed']);
$this->assertContains('Invalid Contact', $report[0]['failed']['412']);
- $this->assertContains('Empty Contact', $report[0]['failed']['412']);
}
}