Skip to content

Commit

Permalink
Fix Test variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvdw86 committed Dec 28, 2023
1 parent ab7b3b8 commit 5216ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public function onEntireEntityUpdated($oldValue)
#[LiveProp()]
public HoldsArrayCollectionAndEntity $doctrineEntityDto;
})
->mountWith(['doctrineEntityForm' => $doctrineEntityDto])
->mountWith(['doctrineEntityDto' => $doctrineEntityDto])
->assertDehydratesTo([
'doctrineEntityDto' => [
'product' => $firstProduct->id,
Expand Down

0 comments on commit 5216ca7

Please sign in to comment.