Fix typo in test methods' names

pull/3314/merge
izeye 10 years ago committed by Phillip Webb
parent 4236a9336d
commit 98ce54c4c3

@ -134,7 +134,7 @@ public class LocalDevToolsAutoConfigurationTests {
}
@Test
public void restartTriggerdOnClassPathChangeWithRestart() throws Exception {
public void restartTriggeredOnClassPathChangeWithRestart() throws Exception {
this.context = initializeAndRun(Config.class);
ClassPathChangedEvent event = new ClassPathChangedEvent(this.context,
Collections.<ChangedFiles> emptySet(), true);
@ -143,7 +143,7 @@ public class LocalDevToolsAutoConfigurationTests {
}
@Test
public void restartNotTriggerdOnClassPathChangeWithRestart() throws Exception {
public void restartNotTriggeredOnClassPathChangeWithRestart() throws Exception {
this.context = initializeAndRun(Config.class);
ClassPathChangedEvent event = new ClassPathChangedEvent(this.context,
Collections.<ChangedFiles> emptySet(), false);

Loading…
Cancel
Save