From a27e86ffcc7368642f2b202041dad6590d334eab Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 8 Jul 2025 23:41:51 +0200 Subject: [PATCH] Fix tests --- tests/Feature/Contribution/IndexTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/Contribution/IndexTest.php b/tests/Feature/Contribution/IndexTest.php index f9bd9ec5..891376a9 100644 --- a/tests/Feature/Contribution/IndexTest.php +++ b/tests/Feature/Contribution/IndexTest.php @@ -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,