Fix ShowTest
This commit is contained in:
parent
fd8c0f1085
commit
7b54d29345
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue