Closes gh-3333
This commit is contained in:
izeye 2015-06-26 06:40:19 +09:00 committed by Stephane Nicoll
parent 5eb9cd012c
commit 0dc096f905

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