Merge pull request #3333 from izeye/patch-26

* pr/3333:
  Fix typo
This commit is contained in:
Stephane Nicoll 2015-06-26 08:21:32 +02:00
commit 8b5d44a56d
1 changed files with 1 additions and 1 deletions

View File

@ -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);