Fix tests

This commit is contained in:
philipp lang 2025-07-08 23:41:51 +02:00
parent c8e268d91b
commit a27e86ffcc
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ class IndexTest extends TestCase
$response = $this->get('/contribution');
$this->assertInertiaHas([
'class' => RdpNrwDocument::class,
'title' => 'Für RdP NRW erstellen',
'id' => RdpNrwDocument::class,
'name' => 'RdP NRW',
], $response, 'compilers.0');
$this->assertInertiaHas([
'id' => $country->id,