Fix tests
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
639d1850c7
commit
ff6c0e462e
|
@ -23,7 +23,7 @@ class IndexTest extends TestCase
|
||||||
|
|
||||||
$this->assertInertiaHas([
|
$this->assertInertiaHas([
|
||||||
'class' => RdpNrwDocument::class,
|
'class' => RdpNrwDocument::class,
|
||||||
'title' => 'Für DV Köln erstellen',
|
'title' => 'Für RdP NRW erstellen',
|
||||||
], $response, 'compilers.0');
|
], $response, 'compilers.0');
|
||||||
$this->assertInertiaHas([
|
$this->assertInertiaHas([
|
||||||
'id' => $country->id,
|
'id' => $country->id,
|
||||||
|
|
Loading…
Reference in New Issue