Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BarTracz committed Jun 28, 2024
1 parent e5bdeb9 commit 93c3c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DecoratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testBasicArrayAccessItems(): void
$result = $builder->build($data);

$this->assertSame(
expected: [0, 0, 2, 5, 0, 7, 0, 1, 0],
expected: [0, 0, 2, 5, 0, 7, 0, 1, 1],
actual: array_map(fn(Tile $item): int => $item->count, $result),
);

Expand Down

0 comments on commit 93c3c7b

Please sign in to comment.