Skip to content

Commit

Permalink
Fix added test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed May 22, 2021
1 parent 3b15829 commit fa7444f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SliceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testSliceExample(): void

$this->assertSame(
[2, 3, 4, 5],
$example()->slice(1, -1)->toArray(true)
$example()->slice(1, -1)->toArray()
);
}

Expand Down

0 comments on commit fa7444f

Please sign in to comment.