Skip to content

Commit 678d3c9

Browse files
committed
removing duplicate import
1 parent a796602 commit 678d3c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/StimulusBundle/tests/AssetMapper/ControllerMapGeneratorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public function testGetControllersMap()
9898
// 4 auto imports from package.json
9999
$this->assertCount(4, $controllerSecond->autoImports);
100100
}
101-
$this->assertCount(4, $controllerSecond->autoImports);
102101

103102
$helloControllerFromPackage = $map['fake-vendor--ux-package2--hello-controller'];
104103
$this->assertSame('fake-vendor/ux-package2/package-hello-controller.js', $helloControllerFromPackage->asset->logicalPath);

0 commit comments

Comments
 (0)