Merge pull request #3333 from izeye/patch-26

* pr/3333:
  Fix typo
pull/3339/head
Stephane Nicoll 10 years ago
commit 8b5d44a56d

@ -98,7 +98,7 @@ public class DelayedLiveReloadTriggerTests {
}
@Test
public void urlMostNotBeNull() throws Exception {
public void urlMustNotBeNull() throws Exception {
this.thrown.expect(IllegalArgumentException.class);
this.thrown.expectMessage("URL must not be empty");
new DelayedLiveReloadTrigger(this.liveReloadServer, this.requestFactory, null);

Loading…
Cancel
Save