Fix typo
Closes gh-3333
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user