diff --git a/tests/Connectors/Integration/Zoho/LeadTest.php b/tests/Connectors/Integration/Zoho/LeadTest.php index 739ea4182..31c84306d 100644 --- a/tests/Connectors/Integration/Zoho/LeadTest.php +++ b/tests/Connectors/Integration/Zoho/LeadTest.php @@ -55,7 +55,6 @@ public function testDownloadAllLeads(): void $this->assertInstanceOf(Lead::class, $lead); } - $this->assertIsArray(iterator_to_array($leads)); $this->assertEquals(1, $downloadAllLeads->getTotalLeadsProcessed()); } }