Skip to content

Commit 0ec3525

Browse files
committed
Remove unnecessary class
1 parent 9a44882 commit 0ec3525

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

extensions/spring-di/deployment/src/test/java/io/quarkus/spring/di/deployment/SpringDIProcessorTest.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SpringDIProcessorTest {
4848
final IndexView index = getIndex(PrototypeService.class, RequestService.class, UndeclaredService.class,
4949
ConflictService.class, ConflictBean.class, RequestBean.class, UndeclaredBean.class,
5050
ConflictStereotypeBean.class, NamedBean.class, OverrideConflictStereotypeBean.class,
51-
ConflictNamedBean.class, ConfigurationWithNamedBean.class);
51+
ConflictNamedBean.class);
5252

5353
@Test
5454
public void springStereotypeScopes() {
@@ -277,15 +277,6 @@ public class ConflictStereotypeBean {
277277
public class OverrideConflictStereotypeBean {
278278
}
279279

280-
@Configuration
281-
public class ConfigurationWithNamedBean {
282-
283-
@Bean(name = "mySpecialName")
284-
public String foo() {
285-
return "foo";
286-
}
287-
}
288-
289280
@Configuration
290281
public class BeanConfig {
291282

0 commit comments

Comments
 (0)