File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-cloud-task-core/src/test/java/org/springframework/cloud/task Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ public void testMultipleConfigurers() {
157
157
SimpleTaskAutoConfiguration .class , SingleTaskConfiguration .class ))
158
158
.withUserConfiguration (MultipleConfigurers .class );
159
159
160
- verifyExceptionThrownDefaultExecutable (BeanCreationException .class ,
161
- "Error creating bean " + "with name 'simpleTaskAutoConfiguration ': Invocation of init method failed" ,
160
+ verifyExceptionThrownDefaultExecutable (BeanCreationException .class , "Error creating bean "
161
+ + "with name 'org.springframework.cloud.task.configuration.SimpleTaskAutoConfiguration ': Invocation of init method failed" ,
162
162
applicationContextRunner );
163
163
}
164
164
@@ -169,8 +169,8 @@ public void testMultipleDataSources() {
169
169
SimpleTaskAutoConfiguration .class , SingleTaskConfiguration .class ))
170
170
.withUserConfiguration (MultipleDataSources .class );
171
171
172
- verifyExceptionThrownDefaultExecutable (BeanCreationException .class ,
173
- "Error creating bean " + "with name 'simpleTaskAutoConfiguration ': Invocation of init method failed" ,
172
+ verifyExceptionThrownDefaultExecutable (BeanCreationException .class , "Error creating bean "
173
+ + "with name 'org.springframework.cloud.task.configuration.SimpleTaskAutoConfiguration ': Invocation of init method failed" ,
174
174
applicationContextRunner );
175
175
176
176
}
You can’t perform that action at this time.
0 commit comments