Skip to content

Commit

Permalink
- Fix IteratorTest. (List of expected values was wrong.)
Browse files Browse the repository at this point in the history
  • Loading branch information
adirfische committed Sep 30, 2019
1 parent 8adc906 commit 616a0f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/IteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ private function getExpectedArray()
array(),
array(
'10000.4',
'10000.4',
'10000.4',
'10001',
'10000.4',
'10000.40 €',
'18/05/1927',
'05-19-27',
'9:36:00 AM',
'10000.4'
),
array(),
Expand Down

0 comments on commit 616a0f8

Please sign in to comment.