Skip to content

Commit 26c0bf3

Browse files
committed
fix test index
1 parent db0f733 commit 26c0bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestArrays.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function providerGroup(): array
289289
*/
290290
public function testIndex(array $data, $ketGroup, $keyValue, array $expected): void
291291
{
292-
$this->assertEquals($expected, Arrays::group($data, $ketGroup, $keyValue));
292+
$this->assertEquals($expected, Arrays::index($data, $ketGroup, $keyValue));
293293
}
294294

295295
/**

0 commit comments

Comments
 (0)