Skip to content

Commit 616a0f8

Browse files
committed
- Fix IteratorTest. (List of expected values was wrong.)
1 parent 8adc906 commit 616a0f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/IteratorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ private function getExpectedArray()
176176
array(),
177177
array(
178178
'10000.4',
179-
'10000.4',
180-
'10000.4',
181-
'10001',
182-
'10000.4',
179+
'10000.40 €',
180+
'18/05/1927',
181+
'05-19-27',
182+
'9:36:00 AM',
183183
'10000.4'
184184
),
185185
array(),

0 commit comments

Comments
 (0)