parent
5eb9cd012c
commit
0dc096f905
|
@ -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…
Reference in New Issue