Skip to content

Commit f229016

Browse files
committed
fix: unit tests error
1 parent 0778203 commit f229016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Util/Stream/IntStreamTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ public function testIntStream_mapToString(): void
1616
{
1717
$int = IntStream::of([23, 34]);
1818

19-
$this->assertEquals(['23', '34'], $int->mapToString()->toArray());
19+
$this->assertEquals(['23', '34'], $int->mapToString('strval')->toArray());
2020
}
2121
}

0 commit comments

Comments
 (0)