Skip to content

Commit f975d69

Browse files
authored
Fix: test values being overwritten (#34)
1 parent d0e80ba commit f975d69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/IterableObjectTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ static function (string $value) {
102102

103103
return $map[$value];
104104
};
105-
$input = ['zero', 'one', 'two'];
106105

107106
$iterableObject = iterable($input)->filter()->map($map);
108107
assertInstanceOf(IterableObject::class, $iterableObject);

0 commit comments

Comments
 (0)