Commit 98ce54c4 authored by izeye's avatar izeye Committed by Phillip Webb

Fix typo in test methods' names

parent 4236a933
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment