Skip to content

Commit 97e0c96

Browse files
committed
fix deps-lowest tests
1 parent 2d0c0df commit 97e0c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/tests/Fixture/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
7676
$componentB->addTag('twig.component', ['key' => 'component2', 'live' => true, 'default_action' => 'defaultAction'])->addTag('controller.service_arguments');
7777
$componentC->addTag('twig.component', ['key' => 'component3', 'live' => true])->addTag('controller.service_arguments');
7878
$componentF->addTag('twig.component', ['key' => 'component6', 'live' => true])->addTag('controller.service_arguments');
79-
$componentF->addTag('twig.component', ['key' => 'with_attributes', 'live' => true])->addTag('controller.service_arguments');
79+
$withAttributes->addTag('twig.component', ['key' => 'with_attributes', 'live' => true])->addTag('controller.service_arguments');
8080
}
8181

8282
$sessionConfig = self::VERSION_ID < 50300 ? ['storage_id' => 'session.storage.mock_file'] : ['storage_factory_id' => 'session.storage.factory.mock_file'];

0 commit comments

Comments
 (0)