Polish test method name to reflect its expectation

Closes gh-19186
This commit is contained in:
Andy Wilkinson
2019-11-29 09:10:26 +00:00
parent f3be59c16a
commit 2be3057904

View File

@@ -93,7 +93,7 @@ public class UserVehicleControllerTests {
}
@Test(expected = NoSuchBeanDefinitionException.class)
public void welcomeCommandLineRunnerShouldBeAvailable() {
public void welcomeCommandLineRunnerShouldNotBeAvailable() {
// Since we're a @WebMvcTest WelcomeCommandLineRunner should not be available.
this.applicationContext.getBean(WelcomeCommandLineRunner.class);
}