summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-05-04 17:19:02 +0200
committerGitHub <noreply@github.com>2022-05-04 17:19:02 +0200
commit05ffba99872dc1e25b6dc4fb1d35947ca96701cf (patch)
tree882b9203001c863393540f5abe4c5a2fc50eb620 /tests
parent8641d39f79429d9c7e7dbe93b84548cd8886c432 (diff)
parent991cc65f0f3e1cb446362b5b48224409779b35dc (diff)
Merge pull request #2729 from nextcloud/optimize-social-search
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 a56cbafc..cd7e1e43 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']);
}
}