Skip to content

Commit 11b9210

Browse files
author
matheo
committed
Remove checksum in tests
1 parent 7595c70 commit 11b9210

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/LiveComponent/tests/Integration/LiveComponentHydratorTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ public function mount()
803803
'address' => '1 rue du Bac',
804804
'city' => 'Paris',
805805
],
806-
'@checksum' => '2P/KES0BbGw1KNZsOn4CSEpN1HJ1s...+bQPY=',
807806
])
808807
->userUpdatesProps(['address' => ['address' => '4 rue des lilas', 'city' => 'Asnieres']])
809808
->assertObjectAfterHydration(function (object $object) {
@@ -837,8 +836,7 @@ public function mount()
837836
'address' => '1 rue du Bac',
838837
'city' => 'Paris',
839838
],
840-
],
841-
'@checksum' => 'tjeTtPH8xCyM2TIxP+FOnRakGHNBE...qQiVA=',
839+
]
842840
])
843841
->userUpdatesProps(['customerDetails' => ['lastName' => 'Matheo', 'firstName' => 'Daninos', 'address' => ['address' => '3 rue du Bac', 'city' => 'Paris']]])
844842
->assertObjectAfterHydration(function (object $object) {
@@ -879,7 +877,6 @@ public function mount()
879877
],
880878
],
881879
],
882-
'@checksum' => 'tjeTtPH8xCyM2TIxP+FOnRakGHNBE...qQiVA=',
883880
])
884881
->userUpdatesProps(['customerDetailsCollection' => [['lastName' => 'Matheo', 'firstName' => 'Daninos', 'address' => ['address' => '3 rue du Bac', 'city' => 'Paris']]]])
885882
->assertObjectAfterHydration(function (object $object) {

0 commit comments

Comments
 (0)