summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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']);
}
}