diff --git a/tests/Panel/Areas/PluginTest.php b/tests/Panel/Areas/PluginTest.php index 1b8182ae35..049e25db4f 100644 --- a/tests/Panel/Areas/PluginTest.php +++ b/tests/Panel/Areas/PluginTest.php @@ -69,6 +69,5 @@ public function testViewWhen(): void $view = $this->view('bar'); $this->assertSame('k-error-view', $view['component']); - } }