Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
faiberrec committed Feb 1, 2024
1 parent 2985b93 commit 0d93546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Recurly/GeneralLedgerAccountList_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function testGetGeneralLedgerAccountListAll() {
$general_ledger_account = $general_ledger_accounts->current();
$this->assertInstanceOf('Recurly_GeneralLedgerAccount', $general_ledger_account);

$this->assertEquals(iterator_count($general_ledger_accounts), 3);
$this->assertEquals(iterator_count($general_ledger_accounts), 13);
}

public function testGetGeneralLedgerAccountListFiltered() {
Expand Down

0 comments on commit 0d93546

Please sign in to comment.