Fix ShowTest

This commit is contained in:
philipp lang 2025-06-12 00:17:04 +02:00
parent fd8c0f1085
commit 7b54d29345
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ class ShowTest extends TestCase
], $response, 'data');
$this->assertInertiaHas([
'id' => $member->memberships->first()->id,
'human_date' => '19.11.2022',
'promised_at' => now()->format('Y-m-d'),
'from' => ['human' => '19.11.2022', 'raw' => '2022-11-19'],
'promised_at' => ['human' => now()->format('d.m.Y'), 'raw' => now()->format('Y-m-d')],
'activity' => [
'name' => '€ LeiterIn',
'id' => $member->memberships->first()->activity->id,