Fix tests
This commit is contained in:
parent
c8e268d91b
commit
a27e86ffcc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue