Skip to content

Commit

Permalink
feat: add new command
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 27, 2024
1 parent 316a7d7 commit bbf9e31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Connectors/Integration/Zoho/LeadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function testDownloadAllLeads(): void
$this->assertInstanceOf(Lead::class, $lead);
}

$this->assertIsArray(iterator_to_array($leads));
$this->assertEquals(1, $downloadAllLeads->getTotalLeadsProcessed());
}
}

0 comments on commit bbf9e31

Please sign in to comment.