From 3f49afb300c8708b64688a2df06eb02da4f0b943 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 1 Aug 2024 12:13:02 +0200 Subject: [PATCH] Fixed tests --- tests/Fileshare/FileshareIndexActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fileshare/FileshareIndexActionTest.php b/tests/Fileshare/FileshareIndexActionTest.php index 62f02f8e..a398d74a 100644 --- a/tests/Fileshare/FileshareIndexActionTest.php +++ b/tests/Fileshare/FileshareIndexActionTest.php @@ -42,6 +42,6 @@ class FileshareIndexActionTest extends FileshareTestCase { $this->withoutExceptionHandling()->login()->loginNami(); - $this->get('/setting/fileshare')->assertComponent('fileshare/Index'); + $this->get('/setting/fileshare')->assertComponent('setting/Fileshare'); } }